Searched refs:shake_update (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/crypto/ |
| H A D | mldsa.c | 393 shake_update(shake, seed, seed_len); in sample_in_ball() 419 shake_update(shake, rho, RHO_LEN); in rej_ntt_poly() 420 shake_update(shake, (u8 *)&row_and_column, sizeof(row_and_column)); in rej_ntt_poly() 575 shake_update(&ws->shake, ws->tr, sizeof(ws->tr)); in mldsa_verify() 576 shake_update(&ws->shake, msg_prefix, sizeof(msg_prefix)); in mldsa_verify() 577 shake_update(&ws->shake, msg, msg_len); in mldsa_verify() 582 shake_update(&ws->shake, ws->mu, sizeof(ws->mu)); in mldsa_verify() 637 shake_update(&ws->shake, ws->w1_encoded, w1_enc_len); in mldsa_verify()
|
| H A D | sha3.c | 365 shake_update(&ctx, in, in_len); in shake128() 376 shake_update(&ctx, in, in_len); in shake256()
|
| /linux/include/crypto/ |
| H A D | sha3.h | 243 static inline void shake_update(struct shake_ctx *ctx, in shake_update() function
|
| /linux/lib/crypto/tests/ |
| H A D | sha3_kunit.c | 338 shake_update(&ctx, in, in_len); in test_shake_multiple_squeezes()
|
| /linux/Documentation/crypto/ |
| H A D | sha3.rst | 93 void shake_update(struct shake_ctx *ctx, const u8 *in, size_t in_len);
|