Home
last modified time | relevance | path

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

/PHP-8.0/ext/sodium/
H A Dsodium_pwhash.c60 if ((*opslimit < crypto_pwhash_OPSLIMIT_MIN) || (*opslimit > crypto_pwhash_OPSLIMIT_MAX)) { in get_options()
H A Dlibsodium.c56 #ifndef crypto_pwhash_OPSLIMIT_MIN
57 # define crypto_pwhash_OPSLIMIT_MIN crypto_pwhash_OPSLIMIT_INTERACTIVE macro
1529 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()
1530 …t_error(sodium_exception_ce, 4, "must be greater than or equal to %d", crypto_pwhash_OPSLIMIT_MIN); in PHP_FUNCTION()
1592 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()
1593 …t_error(sodium_exception_ce, 2, "must be greater than or equal to %d", crypto_pwhash_OPSLIMIT_MIN); in PHP_FUNCTION()

Completed in 16 milliseconds