Home
last modified time | relevance | path

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

/linux/lib/crypto/tests/
H A Dsha3_kunit.c12 #define HASH_INIT sha3_256_init
284 sha3_256_init(&main_ctx); in test_shake_all_lens_up_to_4096()
/linux/include/crypto/
H A Dsha3.h132 static inline void sha3_256_init(struct sha3_ctx *ctx) in sha3_256_init() function
/linux/crypto/
H A Dsha3.c21 sha3_256_init(SHA3_CTX(desc)); in crypto_sha3_256_init()
/linux/Documentation/crypto/
H A Dsha3.rst56 void sha3_256_init(struct sha3_ctx *ctx);
/linux/lib/crypto/
H A Dsha3.c330 sha3_256_init(&ctx); in sha3_256()