Searched refs:BLAKE2B_PERSONALBYTES (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
H A D | blake2.h | 45 BLAKE2B_PERSONALBYTES = 16 enumerator 65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
|
H A D | blake2b-ref.c | 86 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 D | blake2.h | 28 # define BLAKE2B_PERSONALBYTES 16 macro 65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
|
/freebsd/crypto/openssl/providers/implementations/macs/ |
H A D | blake2b_mac.c | 15 #define BLAKE2_PERSONALBYTES BLAKE2B_PERSONALBYTES
|
/freebsd/sys/contrib/libb2/ |
H A D | blake2.h | 67 BLAKE2B_PERSONALBYTES = 16 enumerator 109 uint8_t personal[BLAKE2B_PERSONALBYTES]; // 64
|
H A D | blake2b-ref.c | 133 …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 D | blake2b.c | 175 …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 D | archive_blake2.h | 49 BLAKE2B_PERSONALBYTES = 16 enumerator 123 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
|
/freebsd/crypto/openssl/providers/implementations/digests/ |
H A D | blake2b_prov.c | 112 memset(P->personal + len, 0, BLAKE2B_PERSONALBYTES - len); in ossl_blake2b_param_set_personal()
|