Searched refs:hmac_sha384_init (Results 1 – 4 of 4) sorted by relevance
17 #define HMAC_INIT hmac_sha384_init
202 hmac_sha384_init(HMAC_SHA384_CTX(desc), HMAC_SHA384_KEY(desc->tfm)); in crypto_hmac_sha384_init()
657 static inline void hmac_sha384_init(struct hmac_sha384_ctx *ctx, in hmac_sha384_init() function
368 hmac_sha384_init(&ctx, key); in hmac_sha384()