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