Searched refs:ARGON2_MIN_TIME (Results 1 – 9 of 9) sorted by relevance
115 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()
74 COMPILER_ASSERT(crypto_pwhash_argon2id_OPSLIMIT_MIN >= ARGON2_MIN_TIME); in crypto_pwhash_argon2id_opslimit_min()
50 #define ARGON2_MIN_TIME UINT32_C(1) macro
78 COMPILER_ASSERT(crypto_pwhash_argon2i_OPSLIMIT_MIN >= ARGON2_MIN_TIME); in crypto_pwhash_argon2i_opslimit_min()
337 if (ARGON2_MIN_TIME > context->t_cost) { in validate_inputs()
227 time < ARGON2_MIN_TIME || in __gensalt_argon2_decode_option()
205 if (*etime < ARGON2_MIN_TIME) { in estimate_argon2_params()
71 #define ARGON2_MIN_TIME UINT32_C(1) macro
482 if (ARGON2_MIN_TIME > context->t_cost) { in validate_inputs()