Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha384_kunit.c17 #define HMAC_INIT hmac_sha384_init
/linux/crypto/
H A Dsha512.c202 hmac_sha384_init(HMAC_SHA384_CTX(desc), HMAC_SHA384_KEY(desc->tfm)); in crypto_hmac_sha384_init()
/linux/include/crypto/
H A Dsha2.h657 static inline void hmac_sha384_init(struct hmac_sha384_ctx *ctx, in hmac_sha384_init() function
/linux/lib/crypto/
H A Dsha512.c368 hmac_sha384_init(&ctx, key); in hmac_sha384()