Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha512_kunit.c17 #define HMAC_INIT hmac_sha512_init
/linux/fs/crypto/
H A Dhkdf.c83 hmac_sha512_init(&ctx, hkdf); in fscrypt_hkdf_expand()
/linux/crypto/
H A Dsha512.c269 hmac_sha512_init(HMAC_SHA512_CTX(desc), HMAC_SHA512_KEY(desc->tfm)); in crypto_hmac_sha512_init()
/linux/include/crypto/
H A Dsha2.h832 static inline void hmac_sha512_init(struct hmac_sha512_ctx *ctx, in hmac_sha512_init() function
/linux/lib/crypto/
H A Dsha512.c379 hmac_sha512_init(&ctx, key); in hmac_sha512()