Searched refs:hmac_sha384_update (Results 1 – 4 of 4) sorted by relevance
18 #define HMAC_UPDATE hmac_sha384_update
369 hmac_sha384_update(&ctx, data, data_len); in hmac_sha384()392 hmac_sha384_update(&ctx, data, data_len); in hmac_sha384_usingrawkey()
209 hmac_sha384_update(HMAC_SHA384_CTX(desc), data, len); in crypto_hmac_sha384_update()
688 static inline void hmac_sha384_update(struct hmac_sha384_ctx *ctx, in hmac_sha384_update() function