Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha224_kunit.c18 #define HMAC_UPDATE hmac_sha224_update
/linux/lib/crypto/
H A Dsha256.c442 hmac_sha224_update(&ctx, data, data_len); in hmac_sha224()
465 hmac_sha224_update(&ctx, data, data_len); in hmac_sha224_usingrawkey()
/linux/crypto/
H A Dsha256.c203 hmac_sha224_update(HMAC_SHA224_CTX(desc), data, len); in crypto_hmac_sha224_update()
/linux/include/crypto/
H A Dsha2.h275 static inline void hmac_sha224_update(struct hmac_sha224_ctx *ctx, in hmac_sha224_update() function