Home
last modified time | relevance | path

Searched refs:hmac_sha384_update (Results 1 – 5 of 5) sorted by relevance

/linux/lib/crypto/tests/
H A Dsha384_kunit.c18 #define HMAC_UPDATE hmac_sha384_update
/linux/lib/crypto/
H A Dsha512.c369 hmac_sha384_update(&ctx, data, data_len); in hmac_sha384()
392 hmac_sha384_update(&ctx, data, data_len); in hmac_sha384_usingrawkey()
/linux/crypto/
H A Dsha512.c209 hmac_sha384_update(HMAC_SHA384_CTX(desc), data, len); in crypto_hmac_sha384_update()
/linux/include/crypto/
H A Dsha2.h688 static inline void hmac_sha384_update(struct hmac_sha384_ctx *ctx, in hmac_sha384_update() function
/linux/drivers/nvme/common/
H A Dauth.c259 hmac_sha384_update(&hmac->sha384, data, data_len); in nvme_auth_hmac_update()