Searched refs:crypto_pwhash_MEMLIMIT_MIN (Results 1 – 2 of 2) sorted by relevance
52 …if ((smemlimit < 0) || (smemlimit < crypto_pwhash_MEMLIMIT_MIN >> 10) || (smemlimit > (crypto_pwha… in get_options()
59 #ifndef crypto_pwhash_MEMLIMIT_MIN60 # define crypto_pwhash_MEMLIMIT_MIN crypto_pwhash_MEMLIMIT_INTERACTIVE macro1533 if (memlimit < crypto_pwhash_MEMLIMIT_MIN) { in PHP_FUNCTION()1534 …t_error(sodium_exception_ce, 5, "must be greater than or equal to %d", crypto_pwhash_MEMLIMIT_MIN); in PHP_FUNCTION()1595 if (memlimit < crypto_pwhash_MEMLIMIT_MIN) { in PHP_FUNCTION()1596 …t_error(sodium_exception_ce, 3, "must be greater than or equal to %d", crypto_pwhash_MEMLIMIT_MIN); in PHP_FUNCTION()
Completed in 13 milliseconds