Searched refs:sha3_update (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/crypto/ |
| H A D | sha3.c | 319 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 D | sha3_kunit.c | 13 #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 D | sha3.h | 183 static inline void sha3_update(struct sha3_ctx *ctx, in sha3_update() function
|
| /linux/crypto/ |
| H A D | sha3.c | 40 sha3_update(SHA3_CTX(desc), data, len); in crypto_sha3_update()
|
| /linux/Documentation/crypto/ |
| H A D | sha3.rst | 62 void sha3_update(struct sha3_ctx *ctx, const u8 *in, size_t in_len);
|