Searched refs:shake (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/crypto/ |
| H A D | mldsa.c | 130 struct shake_ctx shake; member 387 size_t seed_len, int tau, struct shake_ctx *shake) in sample_in_ball() argument 392 shake256_init(shake); in sample_in_ball() 393 shake_update(shake, seed, seed_len); in sample_in_ball() 394 shake_squeeze(shake, (u8 *)&signs, sizeof(signs)); in sample_in_ball() 399 shake_squeeze(shake, &j, 1); in sample_in_ball() 415 __le16 row_and_column, struct shake_ctx *shake, in rej_ntt_poly() argument 418 shake128_init(shake); in rej_ntt_poly() 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() [all …]
|
| /linux/lib/crypto/tests/ |
| H A D | sha3_kunit.c | 250 static void shake(int alg, const u8 *in, size_t in_len, u8 *out, size_t out_len) in shake() function 288 shake(alg, in, in_len, out, out_len); in test_shake_all_lens_up_to_4096() 334 shake(alg, in, in_len, ref_out, out_len); in test_shake_multiple_squeezes() 385 shake(alg, reg_buf, len, reg_buf, len); in test_shake_with_guarded_bufs() 386 shake(alg, guarded_buf, len, guarded_buf, len); in test_shake_with_guarded_bufs()
|
| /linux/Documentation/arch/arm/ |
| H A D | interrupts.rst | 6 This is the first kernel that contains a major shake up of some of the
|
| /linux/Documentation/input/ |
| H A D | ff.rst | 32 Before you start, let me WARN you that some devices shake violently during the
|