Searched refs:ROUNDS_MIN (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/lib/libcrypt/
H A Dcrypt-sha256.c58 #define ROUNDS_MIN 1000 macro
94 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX));
H A Dcrypt-sha512.c58 #define ROUNDS_MIN 1000 macro
94 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX));

Completed in 306 milliseconds