Searched refs:hmac_sha224_init (Results 1 – 4 of 4) sorted by relevance
17 #define HMAC_INIT hmac_sha224_init
196 hmac_sha224_init(HMAC_SHA224_CTX(desc), HMAC_SHA224_KEY(desc->tfm)); in crypto_hmac_sha224_init()
244 static inline void hmac_sha224_init(struct hmac_sha224_ctx *ctx, in hmac_sha224_init() function
441 hmac_sha224_init(&ctx, key); in hmac_sha224()