Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dsha3.h164 static inline void sha3_512_init(struct sha3_ctx *ctx) in sha3_512_init() function
/linux/crypto/
H A Dsha3.c33 sha3_512_init(SHA3_CTX(desc)); in crypto_sha3_512_init()
/linux/Documentation/crypto/
H A Dsha3.rst58 void sha3_512_init(struct sha3_ctx *ctx);
/linux/lib/crypto/
H A Dsha3.c354 sha3_512_init(&ctx); in sha3_512()