Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha3.h148 static inline void sha3_384_init(struct sha3_ctx *ctx) in sha3_384_init() function
/linux/crypto/
H A Dsha3.c27 sha3_384_init(SHA3_CTX(desc)); in crypto_sha3_384_init()
/linux/Documentation/crypto/
H A Dsha3.rst57 void sha3_384_init(struct sha3_ctx *ctx);
/linux/lib/crypto/
H A Dsha3.c342 sha3_384_init(&ctx); in sha3_384()