Home
last modified time | relevance | path

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

/PHP-7.2/ext/sodium/
H A Dlibsodium.c142 ZEND_ARG_INFO(0, alg)
1812 zend_long alg; in PHP_FUNCTION() local
1817 alg = (zend_long) crypto_pwhash_ALG_DEFAULT; in PHP_FUNCTION()
1822 &opslimit, &memlimit, &alg) == FAILURE) { in PHP_FUNCTION()
1842 if (alg != crypto_pwhash_ALG_ARGON2I13 in PHP_FUNCTION()
1844 && alg != crypto_pwhash_ALG_ARGON2ID13 in PHP_FUNCTION()
1846 && alg != crypto_pwhash_ALG_DEFAULT) { in PHP_FUNCTION()
1869 if (alg == crypto_pwhash_ALG_ARGON2ID13) { in PHP_FUNCTION()
1873 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()
1880 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()

Completed in 16 milliseconds