Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dsha3.c319 sha3_update(&ctx, in, in_len); in sha3_224()
331 sha3_update(&ctx, in, in_len); in sha3_256()
343 sha3_update(&ctx, in, in_len); in sha3_384()
355 sha3_update(&ctx, in, in_len); in sha3_512()
/linux/lib/crypto/tests/
H A Dsha3_kunit.c13 #define HASH_UPDATE sha3_update
289 sha3_update(&main_ctx, out, out_len); in test_shake_all_lens_up_to_4096()
/linux/include/crypto/
H A Dsha3.h183 static inline void sha3_update(struct sha3_ctx *ctx, in sha3_update() function
/linux/crypto/
H A Dsha3.c40 sha3_update(SHA3_CTX(desc), data, len); in crypto_sha3_update()
/linux/Documentation/crypto/
H A Dsha3.rst62 void sha3_update(struct sha3_ctx *ctx, const u8 *in, size_t in_len);