Home
last modified time | relevance | path

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

/PHP-7.3/ext/sodium/
H A Dlibsodium.c142 ZEND_ARG_INFO(0, alg)
1813 zend_long alg; in PHP_FUNCTION() local
1818 alg = (zend_long) crypto_pwhash_ALG_DEFAULT; in PHP_FUNCTION()
1823 &opslimit, &memlimit, &alg) == FAILURE) { in PHP_FUNCTION()
1843 if (alg != crypto_pwhash_ALG_ARGON2I13 in PHP_FUNCTION()
1845 && alg != crypto_pwhash_ALG_ARGON2ID13 in PHP_FUNCTION()
1847 && alg != crypto_pwhash_ALG_DEFAULT) { in PHP_FUNCTION()
1870 if (alg == crypto_pwhash_ALG_ARGON2ID13) { in PHP_FUNCTION()
1874 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()
1881 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()

Completed in 15 milliseconds