Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha224_kunit.c19 #define HMAC_FINAL hmac_sha224_final
/linux/lib/crypto/
H A Dsha256.c422 void hmac_sha224_final(struct hmac_sha224_ctx *ctx, in hmac_sha224_final() function
427 EXPORT_SYMBOL_GPL(hmac_sha224_final);
443 hmac_sha224_final(&ctx, out); in hmac_sha224()
466 hmac_sha224_final(&ctx, out); in hmac_sha224_usingrawkey()
/linux/crypto/
H A Dsha256.c209 hmac_sha224_final(HMAC_SHA224_CTX(desc), out); in crypto_hmac_sha224_final()
/linux/include/crypto/
H A Dsha2.h290 void hmac_sha224_final(struct hmac_sha224_ctx *ctx,