HomeSort by: relevance | last modified time | path
    Searched defs:ARGON2_MIN_LANES (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2.h 24 #define ARGON2_MIN_LANES UINT32_C(1)
  /src/external/apache2/argon2/dist/phc-winner-argon2/include/
argon2.h 46 #define ARGON2_MIN_LANES UINT32_C(1)
  /src/crypto/external/apache2/openssl/dist/providers/implementations/kdfs/
argon2.c 46 #define ARGON2_MIN_LANES 1u
1172 if (lanes < ARGON2_MIN_LANES) {
1174 "min lanes: %u", ARGON2_MIN_LANES);

Completed in 23 milliseconds