Home
last modified time | relevance | path

Searched refs:BLAKE2B_PERSONALBYTES (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2.h45 BLAKE2B_PERSONALBYTES = 16 enumerator
65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
H A Dblake2b-ref.c86 const uint8_t personal[BLAKE2B_PERSONALBYTES]) in blake2b_param_set_personal() argument
88 memcpy(P->personal, personal, BLAKE2B_PERSONALBYTES); in blake2b_param_set_personal()
/freebsd/crypto/openssl/providers/implementations/include/prov/
H A Dblake2.h28 # define BLAKE2B_PERSONALBYTES 16 macro
65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
/freebsd/crypto/openssl/providers/implementations/macs/
H A Dblake2b_mac.c15 #define BLAKE2_PERSONALBYTES BLAKE2B_PERSONALBYTES
/freebsd/sys/contrib/libb2/
H A Dblake2.h67 BLAKE2B_PERSONALBYTES = 16 enumerator
109 uint8_t personal[BLAKE2B_PERSONALBYTES]; // 64
H A Dblake2b-ref.c133 …e int blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERSONALBYTES] ) in blake2b_param_set_personal() argument
135 memcpy( P->personal, personal, BLAKE2B_PERSONALBYTES ); in blake2b_param_set_personal()
H A Dblake2b.c175 …e int blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERSONALBYTES] ) in blake2b_param_set_personal() argument
177 memcpy( P->personal, personal, BLAKE2B_PERSONALBYTES ); in blake2b_param_set_personal()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_blake2.h49 BLAKE2B_PERSONALBYTES = 16 enumerator
123 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
/freebsd/crypto/openssl/providers/implementations/digests/
H A Dblake2b_prov.c112 memset(P->personal + len, 0, BLAKE2B_PERSONALBYTES - len); in ossl_blake2b_param_set_personal()