Searched refs:BLAKE2S_KEYBYTES (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/macs/
H A Dblake2s_mac.c13 #define BLAKE2_KEYBYTES BLAKE2S_KEYBYTES
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_blake2s_ref.c123 if ( !key || !keylen || keylen > BLAKE2S_KEYBYTES ) return -1;
280 if( keylen > BLAKE2S_KEYBYTES ) return -1;
308 uint8_t key[BLAKE2S_KEYBYTES];
312 for( i = 0; i < BLAKE2S_KEYBYTES; ++i )
322 blake2s( hash, BLAKE2S_OUTBYTES, buf, i, key, BLAKE2S_KEYBYTES );
339 if( (err = blake2s_init_key(&S, BLAKE2S_OUTBYTES, key, BLAKE2S_KEYBYTES)) < 0 ) {
H A Darchive_blake2sp_ref.c107 if( !key || !keylen || keylen > BLAKE2S_KEYBYTES ) return -1;
232 if( keylen > BLAKE2S_KEYBYTES ) return -1;
300 uint8_t key[BLAKE2S_KEYBYTES];
304 for( i = 0; i < BLAKE2S_KEYBYTES; ++i )
314 blake2sp( hash, BLAKE2S_OUTBYTES, buf, i, key, BLAKE2S_KEYBYTES );
331 if( (err = blake2sp_init_key(&S, BLAKE2S_OUTBYTES, key, BLAKE2S_KEYBYTES)) < 0 ) {
H A Darchive_blake2.h38 BLAKE2S_KEYBYTES = 32, enumerator in enum:blake2s_constant
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/blake2/
H A Dblake2_local.h21 #define BLAKE2S_KEYBYTES 32 macro
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dblake2.h20 # define BLAKE2S_KEYBYTES 32 macro

Completed in 191 milliseconds