Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
/f-stack/freebsd/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()