Searched refs:ROUNDS_MAX (Results 1 – 2 of 2) sorted by relevance
318 #define ROUNDS_MAX 999999999 macro361 if (srounds < ROUNDS_MIN || srounds > ROUNDS_MAX) { in php_sha256_crypt_r()
351 #define ROUNDS_MAX 999999999 macro395 if (srounds < ROUNDS_MIN || srounds > ROUNDS_MAX) { in php_sha512_crypt_r()
Completed in 10 milliseconds