Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dcrypt_sha256.c311 #define ROUNDS_MIN 1000 macro
356 if (srounds < ROUNDS_MIN || srounds > ROUNDS_MAX) { in php_sha256_crypt_r()
H A Dcrypt_sha512.c348 #define ROUNDS_MIN 1000 macro
394 if (srounds < ROUNDS_MIN || srounds > ROUNDS_MAX) { in php_sha512_crypt_r()

Completed in 9 milliseconds