Searched refs:ROUNDS_MIN (Results 1 – 2 of 2) sorted by relevance
326 #define ROUNDS_MIN 1000 macro378 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha256_crypt_r()
359 #define ROUNDS_MIN 1000 macro412 rounds = MAX(ROUNDS_MIN, MIN(srounds, ROUNDS_MAX)); in php_sha512_crypt_r()
Completed in 8 milliseconds