Searched refs:BLAKE2B_PERSONALBYTES (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/macs/
H A Dblake2b_mac.c15 #define BLAKE2_PERSONALBYTES BLAKE2B_PERSONALBYTES
/netbsd-current/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
H A Dblake2.h32 BLAKE2B_PERSONALBYTES = 16 enumerator in enum:blake2b_constant
47 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/blake2/
H A Dblake2_local.h29 #define BLAKE2B_PERSONALBYTES 16 macro
65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2.h45 BLAKE2B_PERSONALBYTES = 16 enumerator in enum:blake2b_constant
65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
H A Dblake2b-ref.c86 const uint8_t personal[BLAKE2B_PERSONALBYTES])
88 memcpy(P->personal, personal, BLAKE2B_PERSONALBYTES);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dblake2.h28 # define BLAKE2B_PERSONALBYTES 16 macro
65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_blake2.h49 BLAKE2B_PERSONALBYTES = 16 enumerator in enum:blake2b_constant
123 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/digests/
H A Dblake2b_prov.c112 memset(P->personal + len, 0, BLAKE2B_PERSONALBYTES - len);

Completed in 110 milliseconds