Searched defs:BLAKE2B_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/crypto/ | ||
D | blake2b.h | 11 BLAKE2B_BLOCK_SIZE = 128, enumerator |
/linux-6.1.9/crypto/ | ||
D | blake2b_generic.c | 71 const u8 block[BLAKE2B_BLOCK_SIZE]) in blake2b_compress_one_generic() |