Searched refs:ARGON2_MIN_TIME (Results 1 – 4 of 4) sorted by relevance
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()