HomeSort by: relevance | last modified time | path
    Searched refs:BLAKE2B_PERSONALBYTES (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/providers/implementations/macs/
blake2b_mac.c 15 #define BLAKE2_PERSONALBYTES BLAKE2B_PERSONALBYTES
  /src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
blake2b_mac.c 15 #define BLAKE2_PERSONALBYTES BLAKE2B_PERSONALBYTES
  /src/crypto/external/bsd/openssl.old/dist/crypto/blake2/
blake2_local.h 29 #define BLAKE2B_PERSONALBYTES 16
65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
  /src/external/apache2/argon2/dist/phc-winner-argon2/src/blake2/
blake2.h 32 BLAKE2B_PERSONALBYTES = 16
47 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_generichash/blake2b/ref/
blake2.h 45 BLAKE2B_PERSONALBYTES = 16
65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
blake2b-ref.c 86 const uint8_t personal[BLAKE2B_PERSONALBYTES])
88 memcpy(P->personal, personal, BLAKE2B_PERSONALBYTES);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
blake2.h 28 # define BLAKE2B_PERSONALBYTES 16
65 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
  /src/crypto/external/apache2/openssl/dist/providers/implementations/include/prov/
blake2.h 29 #define BLAKE2B_PERSONALBYTES 16
66 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
  /src/external/bsd/libarchive/dist/libarchive/
archive_blake2.h 49 BLAKE2B_PERSONALBYTES = 16
123 uint8_t personal[BLAKE2B_PERSONALBYTES]; /* 64 */
  /src/crypto/external/apache2/openssl/dist/providers/implementations/digests/
blake2b_prov.c 111 memset(P->personal + len, 0, BLAKE2B_PERSONALBYTES - len);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/digests/
blake2b_prov.c 112 memset(P->personal + len, 0, BLAKE2B_PERSONALBYTES - len);

Completed in 30 milliseconds