Searched refs:BLAKE2S_KEY_SIZE (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/crypto/
H A Dblake2s.h27 BLAKE2S_KEY_SIZE = 32 enumerator in enum:blake2s_lengths
53 (key != NULL || keylen == 0) && keylen <= BLAKE2S_KEY_SIZE);
H A Dblake2s.c87 !key || !keylen || keylen > BLAKE2S_KEY_SIZE));

Completed in 102 milliseconds