Searched refs:hmac_sha512_init (Results 1 – 5 of 5) sorted by relevance
17 #define HMAC_INIT hmac_sha512_init
83 hmac_sha512_init(&ctx, hkdf); in fscrypt_hkdf_expand()
269 hmac_sha512_init(HMAC_SHA512_CTX(desc), HMAC_SHA512_KEY(desc->tfm)); in crypto_hmac_sha512_init()
832 static inline void hmac_sha512_init(struct hmac_sha512_ctx *ctx, in hmac_sha512_init() function
379 hmac_sha512_init(&ctx, key); in hmac_sha512()