Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha1_kunit.c21 #define HMAC_USINGRAWKEY hmac_sha1_usingrawkey
/linux/lib/crypto/
H A Dsha1.c322 void hmac_sha1_usingrawkey(const u8 *raw_key, size_t raw_key_len, in hmac_sha1_usingrawkey() function
332 EXPORT_SYMBOL_GPL(hmac_sha1_usingrawkey);
348 hmac_sha1_usingrawkey(fips_test_key, sizeof(fips_test_key), in sha1_mod_init()
/linux/include/crypto/
H A Dsha1.h215 void hmac_sha1_usingrawkey(const u8 *raw_key, size_t raw_key_len,