Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha224_kunit.c17 #define HMAC_INIT hmac_sha224_init
/linux/crypto/
H A Dsha256.c196 hmac_sha224_init(HMAC_SHA224_CTX(desc), HMAC_SHA224_KEY(desc->tfm)); in crypto_hmac_sha224_init()
/linux/include/crypto/
H A Dsha2.h244 static inline void hmac_sha224_init(struct hmac_sha224_ctx *ctx, in hmac_sha224_init() function
/linux/lib/crypto/
H A Dsha256.c441 hmac_sha224_init(&ctx, key); in hmac_sha224()