Home
last modified time | relevance | path

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

/PHP-7.2/ext/sodium/
H A Dlibsodium.c235 #ifndef crypto_pwhash_OPSLIMIT_MIN
236 # define crypto_pwhash_OPSLIMIT_MIN crypto_pwhash_OPSLIMIT_INTERACTIVE macro
1857 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()
1922 if (opslimit < crypto_pwhash_OPSLIMIT_MIN) { in PHP_FUNCTION()

Completed in 31 milliseconds