Searched refs:hmac_sha224_update (Results 1 – 4 of 4) sorted by relevance
18 #define HMAC_UPDATE hmac_sha224_update
442 hmac_sha224_update(&ctx, data, data_len); in hmac_sha224()465 hmac_sha224_update(&ctx, data, data_len); in hmac_sha224_usingrawkey()
203 hmac_sha224_update(HMAC_SHA224_CTX(desc), data, len); in crypto_hmac_sha224_update()
275 static inline void hmac_sha224_update(struct hmac_sha224_ctx *ctx, in hmac_sha224_update() function