Searched refs:alg (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/sodium/ |
H A D | sodium_pwhash.c | 72 …ic zend_string *php_sodium_argon2_hash(const zend_string *password, zend_array *options, int alg) { in php_sodium_argon2_hash() argument 86 …o_pwhash_str_alg(ZSTR_VAL(ret), ZSTR_VAL(password), ZSTR_LEN(password), opslimit, memlimit, alg)) { in php_sodium_argon2_hash()
|
H A D | libsodium.c | 1422 zend_long alg; in PHP_FUNCTION() local 1427 alg = (zend_long) crypto_pwhash_ALG_DEFAULT; in PHP_FUNCTION() 1432 &opslimit, &memlimit, &alg) == FAILURE) { in PHP_FUNCTION() 1456 if (alg != crypto_pwhash_ALG_ARGON2I13 in PHP_FUNCTION() 1458 && alg != crypto_pwhash_ALG_ARGON2ID13 in PHP_FUNCTION() 1460 && alg != crypto_pwhash_ALG_DEFAULT) { in PHP_FUNCTION() 1481 if (alg == crypto_pwhash_ALG_ARGON2ID13) { in PHP_FUNCTION() 1485 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION() 1492 (unsigned long long) opslimit, (size_t) memlimit, (int) alg); in PHP_FUNCTION()
|
/PHP-8.3/ext/fileinfo/tests/ |
H A D | magic | 312 #!:ext a68/alg
|
H A D | magic私はガラスを食べられます | 312 #!:ext a68/alg
|
Completed in 146 milliseconds