Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dphp_password.h27 PHP_FUNCTION(password_algos);
H A Dpassword.c760 PHP_FUNCTION(password_algos) { in PHP_FUNCTION() argument
H A Dbasic_functions.c2927 PHP_FE(password_algos, arginfo_password_algos)
/PHP-7.4/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt8 if (!in_array('argon2i', password_algos(), true /* strict */)) {
H A Dphp_password_hash_argon2id.phpt8 if (!in_array('argon2id', password_algos(), true /* strict */)) {
H A Dphp_password_verify.phpt13 if (!in_array($algo, password_algos(), true /* strict */)) {
/PHP-7.4/
H A DUPGRADING541 . array password_algos() - return a complete list of all registered password

Completed in 39 milliseconds