Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha512_kunit.c21 #define HMAC_USINGRAWKEY hmac_sha512_usingrawkey
/linux/fs/crypto/
H A Dhkdf.c56 hmac_sha512_usingrawkey(default_salt, sizeof(default_salt), in fscrypt_init_hkdf()
/linux/lib/crypto/
H A Dsha512.c397 void hmac_sha512_usingrawkey(const u8 *raw_key, size_t raw_key_len, in hmac_sha512_usingrawkey() function
407 EXPORT_SYMBOL_GPL(hmac_sha512_usingrawkey);
423 hmac_sha512_usingrawkey(fips_test_key, sizeof(fips_test_key), in sha512_mod_init()
/linux/include/crypto/
H A Dsha2.h909 void hmac_sha512_usingrawkey(const u8 *raw_key, size_t raw_key_len,