Home
last modified time | relevance | path

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

/php-src/ext/openssl/tests/
H A Dopenssl_password.phpt7 if (!function_exists('openssl_password_hash')) {
8 echo "skip - No openssl_password_hash";
26 $hash = openssl_password_hash($algo, $pass, $opts);
H A Dopenssl_password_compat.phpt12 if (!function_exists('openssl_password_hash')) {
37 $hash = openssl_password_hash($algo, $pass, $opts);
H A Dopenssl_password_compat2.phpt12 if (!function_exists('openssl_password_hash')) {
37 $hash = openssl_password_hash($algo, $pass, $opts);
/php-src/ext/openssl/
H A Dopenssl.stub.php683 function openssl_password_hash(string $algo, #[\SensitiveParameter] string $password, array $option…
H A Dopenssl_pwhash.c320 PHP_FUNCTION(openssl_password_hash) in PHP_FUNCTION() argument
H A Dopenssl_arginfo.h469 ZEND_FUNCTION(openssl_password_hash);
541 ZEND_FE(openssl_password_hash, arginfo_openssl_password_hash)

Completed in 13 milliseconds