Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
HDblake2.h45 BLAKE2B_PERSONALBYTES = 16 enumerator
65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
HDblake2b-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-head/crypto/openssl/providers/implementations/include/prov/
HDblake2.h28 # define BLAKE2B_PERSONALBYTES 16 macro
65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
/freebsd-head/crypto/openssl/providers/implementations/macs/
HDblake2b_mac.c15 #define BLAKE2_PERSONALBYTES BLAKE2B_PERSONALBYTES
/freebsd-head/sys/contrib/libb2/
HDblake2.h67 BLAKE2B_PERSONALBYTES = 16 enumerator
109 uint8_t personal[BLAKE2B_PERSONALBYTES]; // 64
HDblake2b-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()
HDblake2b.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-head/contrib/libarchive/libarchive/
HDarchive_blake2.h49 BLAKE2B_PERSONALBYTES = 16 enumerator
123 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
/freebsd-head/crypto/openssl/providers/implementations/digests/
HDblake2b_prov.c112 memset(P->personal + len, 0, BLAKE2B_PERSONALBYTES - len); in ossl_blake2b_param_set_personal()