Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha384_kunit.c12 #define HASH_UPDATE sha384_update
/linux/crypto/
H A Dsha512.c89 sha384_update(SHA384_CTX(desc), data, len); in crypto_sha384_update()
/linux/include/crypto/
H A Dsha2.h591 static inline void sha384_update(struct sha384_ctx *ctx, in sha384_update() function
/linux/lib/crypto/
H A Dsha512.c238 sha384_update(&ctx, data, len); in sha384()