Searched refs:num_full_blocks (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | libcrux_mlkem768_sha3.h | 5462 size_t num_full_blocks = Eurydice_slice_len(out[0U], uint8_t) / (size_t)8U; in libcrux_sha3_portable_keccak_store_5a_1c() local 5464 for (size_t i = (size_t)0U; i < num_full_blocks; i++) { in libcrux_sha3_portable_keccak_store_5a_1c() 5475 out[0U], num_full_blocks * (size_t)8U, in libcrux_sha3_portable_keccak_store_5a_1c() 5476 num_full_blocks * (size_t)8U + last_block_len, uint8_t); in libcrux_sha3_portable_keccak_store_5a_1c() 5479 state[num_full_blocks / (size_t)5U][num_full_blocks % (size_t)5U], ret); in libcrux_sha3_portable_keccak_store_5a_1c() 5581 size_t num_full_blocks = Eurydice_slice_len(out[0U], uint8_t) / (size_t)8U; in libcrux_sha3_portable_keccak_store_5a_1c0() local 5583 for (size_t i = (size_t)0U; i < num_full_blocks; i++) { in libcrux_sha3_portable_keccak_store_5a_1c0() 5594 out[0U], num_full_blocks * (size_t)8U, in libcrux_sha3_portable_keccak_store_5a_1c0() 5595 num_full_blocks * (size_t)8U + last_block_len, uint8_t); in libcrux_sha3_portable_keccak_store_5a_1c0() 5598 state[num_full_blocks / (size_t)5U][num_full_blocks % (size_t)5U], ret); in libcrux_sha3_portable_keccak_store_5a_1c0()
|