Searched refs:ARGON2_MIN_THREADS (Results 1 – 2 of 2) sorted by relevance
28 #define ARGON2_MIN_THREADS UINT32_C(1) macro
355 if (ARGON2_MIN_THREADS > context->threads) { in validate_inputs()