Home
last modified time | relevance | path

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

/php-src/ext/sodium/
H A Dsodium_pwhash.c50 if ((*opslimit < crypto_pwhash_OPSLIMIT_MIN) || (*opslimit > crypto_pwhash_OPSLIMIT_MAX)) { in get_options()
H A Dlibsodium.c84 #ifndef crypto_pwhash_OPSLIMIT_MIN
85 # define crypto_pwhash_OPSLIMIT_MIN crypto_pwhash_OPSLIMIT_INTERACTIVE macro
1470 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()
1471 …t_error(sodium_exception_ce, 4, "must be greater than or equal to %d", crypto_pwhash_OPSLIMIT_MIN); in PHP_FUNCTION()
1533 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()
1534 …t_error(sodium_exception_ce, 2, "must be greater than or equal to %d", crypto_pwhash_OPSLIMIT_MIN); in PHP_FUNCTION()

Completed in 14 milliseconds