Home
last modified time | relevance | path

Searched refs:BLAKE2S_KEY_SIZE (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/lib/crypto/
Dblake2s-selftest.c568 u8 key[BLAKE2S_KEY_SIZE]; in blake2s_selftest()
584 int keylen = (13 * i) % (BLAKE2S_KEY_SIZE + 1); in blake2s_selftest()
586 blake2s(hash, buf, key + BLAKE2S_KEY_SIZE - keylen, outlen, i, in blake2s_selftest()
597 key + BLAKE2S_KEY_SIZE - keylen, in blake2s_selftest()
/Linux-v5.10/include/crypto/
Dblake2s.h18 BLAKE2S_KEY_SIZE = 32, enumerator
76 !key || !keylen || keylen > BLAKE2S_KEY_SIZE)); in blake2s_init_key()
91 outlen > BLAKE2S_HASH_SIZE || keylen > BLAKE2S_KEY_SIZE || in blake2s()
/Linux-v5.10/include/crypto/internal/
Dblake2s.h9 u8 key[BLAKE2S_KEY_SIZE];
/Linux-v5.10/crypto/
Dblake2s_generic.c20 if (keylen == 0 || keylen > BLAKE2S_KEY_SIZE) in crypto_blake2s_setkey()
/Linux-v5.10/arch/x86/crypto/
Dblake2s-glue.c66 if (keylen == 0 || keylen > BLAKE2S_KEY_SIZE) in crypto_blake2s_setkey()