Home
last modified time | relevance | path

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

/php-src/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-src/ext/standard/
H A Dpassword.c665 PHP_FUNCTION(password_algos) { in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3338 function password_algos(): array {}
H A Dbasic_functions_arginfo.h2810 ZEND_FUNCTION(password_algos);

Completed in 55 milliseconds