Searched refs:ARGON2_MIN_SECRET (Results 1 – 2 of 2) sorted by relevance
66 #define ARGON2_MIN_SECRET UINT32_C(0) macro
299 if (ARGON2_MIN_SECRET > context->secretlen) { in validate_inputs()