Home
last modified time | relevance | path

Searched refs:ARGON2_MIN_TIME (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sbin/cgdconfig/
H A Dargon2_utils.c115 if ((ret = argon2_hash(ARGON2_MIN_TIME, mem, ncpus, in argon2id_calibrate()
142 for (time = ARGON2_MIN_TIME; delta.tv_sec < 1 && in argon2id_calibrate()
162 if (time > ARGON2_MIN_TIME) in argon2id_calibrate()
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dpwhash_argon2id.c74 COMPILER_ASSERT(crypto_pwhash_argon2id_OPSLIMIT_MIN >= ARGON2_MIN_TIME); in crypto_pwhash_argon2id_opslimit_min()
H A Dargon2.h50 #define ARGON2_MIN_TIME UINT32_C(1) macro
H A Dpwhash_argon2i.c78 COMPILER_ASSERT(crypto_pwhash_argon2i_OPSLIMIT_MIN >= ARGON2_MIN_TIME); in crypto_pwhash_argon2i_opslimit_min()
H A Dargon2-core.c337 if (ARGON2_MIN_TIME > context->t_cost) { in validate_inputs()
/netbsd-src/lib/libcrypt/
H A Dpw_gensalt.c227 time < ARGON2_MIN_TIME || in __gensalt_argon2_decode_option()
H A Dcrypt-argon2.c205 if (*etime < ARGON2_MIN_TIME) { in estimate_argon2_params()
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/include/
H A Dargon2.h71 #define ARGON2_MIN_TIME UINT32_C(1) macro
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/src/
H A Dcore.c482 if (ARGON2_MIN_TIME > context->t_cost) { in validate_inputs()