Home
last modified time | relevance | path

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

/PHP-7.4/ext/sodium/
H A Dsodium_pwhash.c54 …if ((smemlimit < 0) || (smemlimit < crypto_pwhash_MEMLIMIT_MIN >> 10) || (smemlimit > (crypto_pwha… in get_options()
H A Dlibsodium.c238 #ifndef crypto_pwhash_MEMLIMIT_MIN
239 # define crypto_pwhash_MEMLIMIT_MIN crypto_pwhash_MEMLIMIT_INTERACTIVE macro
1880 if (memlimit < crypto_pwhash_MEMLIMIT_MIN) { in PHP_FUNCTION()
1944 if (memlimit < crypto_pwhash_MEMLIMIT_MIN) { in PHP_FUNCTION()

Completed in 18 milliseconds