Searched refs:BLAKE2S_KEY_SIZE (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/crypto/ |
H A D | blake2s.h | 17 BLAKE2S_KEY_SIZE = 32, enumerator 81 !key || !keylen || keylen > BLAKE2S_KEY_SIZE)); in blake2s_init_key() 96 outlen > BLAKE2S_HASH_SIZE || keylen > BLAKE2S_KEY_SIZE || in blake2s()
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | blake2s.h | 17 BLAKE2S_KEY_SIZE = 32, enumerator 81 !key || !keylen || keylen > BLAKE2S_KEY_SIZE)); in blake2s_init_key() 96 outlen > BLAKE2S_HASH_SIZE || keylen > BLAKE2S_KEY_SIZE || in blake2s()
|
/kernel/linux/linux-5.10/include/crypto/internal/ |
H A D | blake2s.h | 82 u8 key[BLAKE2S_KEY_SIZE]; 91 if (keylen == 0 || keylen > BLAKE2S_KEY_SIZE) in crypto_blake2s_setkey()
|
/kernel/linux/linux-5.10/lib/crypto/ |
H A D | blake2s-selftest.c | 548 u8 key[BLAKE2S_KEY_SIZE]; in blake2s_selftest() 564 int keylen = (13 * i) % (BLAKE2S_KEY_SIZE + 1); in blake2s_selftest() 566 blake2s(hash, buf, key + BLAKE2S_KEY_SIZE - keylen, outlen, i, in blake2s_selftest() 577 key + BLAKE2S_KEY_SIZE - keylen, in blake2s_selftest()
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | blake2s-selftest.c | 550 u8 key[BLAKE2S_KEY_SIZE]; in blake2s_digest_test() 566 int keylen = (13 * i) % (BLAKE2S_KEY_SIZE + 1); in blake2s_digest_test() 568 blake2s(hash, buf, key + BLAKE2S_KEY_SIZE - keylen, outlen, i, in blake2s_digest_test() 579 key + BLAKE2S_KEY_SIZE - keylen, in blake2s_digest_test()
|
Completed in 3 milliseconds