Home
last modified time | relevance | path

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

/PHP-8.1/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt10 if (!in_array('argon2i', password_algos(), true /* strict */)) {
H A Dphp_password_hash_argon2id.phpt10 if (!in_array('argon2id', password_algos(), true /* strict */)) {
H A Dphp_password_verify.phpt15 if (!in_array($algo, password_algos(), true /* strict */)) {
/PHP-8.1/ext/standard/
H A Dpassword.c680 PHP_FUNCTION(password_algos) { in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php1515 function password_algos(): array {} function
H A Dbasic_functions_arginfo.h2717 ZEND_FUNCTION(password_algos);
3360 ZEND_FE(password_algos, arginfo_password_algos)

Completed in 33 milliseconds