Home
last modified time | relevance | path

Searched refs:hmac_sha1_usingrawkey (Results 1 – 4 of 4) sorted by relevance

/linux/lib/crypto/tests/
H A Dsha1_kunit.c21 #define HMAC_USINGRAWKEY hmac_sha1_usingrawkey
/linux/lib/crypto/
H A Dsha1.c293 void hmac_sha1_usingrawkey(const u8 *raw_key, size_t raw_key_len, in hmac_sha1_usingrawkey() function
303 EXPORT_SYMBOL_GPL(hmac_sha1_usingrawkey);
319 hmac_sha1_usingrawkey(fips_test_key, sizeof(fips_test_key), in sha1_mod_init()
/linux/include/crypto/
H A Dsha1.h205 void hmac_sha1_usingrawkey(const u8 *raw_key, size_t raw_key_len,
/linux/net/sctp/
H A Dauth.c647 hmac_sha1_usingrawkey(asoc_key->data, asoc_key->len, in sctp_auth_calculate_hmac()