Searched refs:openssl_password_hash (Results 1 – 6 of 6) sorted by relevance
7 if (!function_exists('openssl_password_hash')) {8 echo "skip - No openssl_password_hash";26 $hash = openssl_password_hash($algo, $pass, $opts);
12 if (!function_exists('openssl_password_hash')) {37 $hash = openssl_password_hash($algo, $pass, $opts);
320 PHP_FUNCTION(openssl_password_hash) in PHP_FUNCTION() argument
683 function openssl_password_hash(string $algo, #[\SensitiveParameter] string $password, array $option…
469 ZEND_FUNCTION(openssl_password_hash);541 ZEND_FE(openssl_password_hash, arginfo_openssl_password_hash)
Completed in 13 milliseconds