Home
last modified time | relevance | path

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

/php-src/ext/sodium/
H A Dsodium_pwhash.c62 …ic zend_string *php_sodium_argon2_hash(const zend_string *password, zend_array *options, int alg) { in php_sodium_argon2_hash() argument
76 …o_pwhash_str_alg(ZSTR_VAL(ret), ZSTR_VAL(password), ZSTR_LEN(password), opslimit, memlimit, alg)) { in php_sodium_argon2_hash()
H A Dlibsodium.c1421 zend_long alg; in PHP_FUNCTION() local
1426 alg = (zend_long) crypto_pwhash_ALG_DEFAULT; in PHP_FUNCTION()
1431 &opslimit, &memlimit, &alg) == FAILURE) { in PHP_FUNCTION()
1455 if (alg != crypto_pwhash_ALG_ARGON2I13 in PHP_FUNCTION()
1457 && alg != crypto_pwhash_ALG_ARGON2ID13 in PHP_FUNCTION()
1459 && alg != crypto_pwhash_ALG_DEFAULT) { in PHP_FUNCTION()
1480 if (alg == crypto_pwhash_ALG_ARGON2ID13) { in PHP_FUNCTION()
1484 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()
1491 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます312 #!:ext a68/alg
H A Dmagic312 #!:ext a68/alg

Completed in 150 milliseconds