Home
last modified time | relevance | path

Searched refs:hmac_sha512_preparekey (Results 1 – 5 of 5) sorted by relevance

/linux/lib/crypto/tests/
H A Dsha512_kunit.c16 #define HMAC_PREPAREKEY hmac_sha512_preparekey
/linux/fs/crypto/
H A Dhkdf.c58 hmac_sha512_preparekey(hkdf, prk, sizeof(prk)); in fscrypt_init_hkdf()
/linux/lib/crypto/
H A Dsha512.c294 void hmac_sha512_preparekey(struct hmac_sha512_key *key, in hmac_sha512_preparekey() function
300 EXPORT_SYMBOL_GPL(hmac_sha512_preparekey);
/linux/crypto/
H A Dsha512.c263 hmac_sha512_preparekey(HMAC_SHA512_KEY(tfm), raw_key, keylen); in crypto_hmac_sha512_setkey()
/linux/include/crypto/
H A Dsha2.h820 void hmac_sha512_preparekey(struct hmac_sha512_key *key,