Searched refs:BLAKE2S_PERSONALBYTES (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/blake2/
H A Dblake2_local.h23 #define BLAKE2S_PERSONALBYTES 8 macro
41 uint8_t personal[BLAKE2S_PERSONALBYTES]; /* 32 */
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_blake2.h38 BLAKE2S_PERSONALBYTES = 8 enumerator in enum:blake2s_constant
103 uint8_t personal[BLAKE2S_PERSONALBYTES]; /* 32 */
/freebsd-13-stable/sys/contrib/libb2/
H A Dblake2.h58 BLAKE2S_PERSONALBYTES = 8 enumerator in enum:blake2s_constant
83 uint8_t personal[BLAKE2S_PERSONALBYTES]; // 32
H A Dblake2s-ref.c126 static inline int blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE2S_PERSONALBYTES] )
128 memcpy( P->personal, personal, BLAKE2S_PERSONALBYTES );
H A Dblake2s.c163 static inline int blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE2S_PERSONALBYTES] )
165 memcpy( P->personal, personal, BLAKE2S_PERSONALBYTES );

Completed in 108 milliseconds