Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpassword.c680 const php_password_algo *old_algo, *new_algo; in PHP_FUNCTION() local
698 old_algo = php_password_algo_identify_ex(hash, NULL); in PHP_FUNCTION()
699 if (old_algo != new_algo) { in PHP_FUNCTION()
704 RETURN_BOOL(old_algo->needs_rehash(hash, options)); in PHP_FUNCTION()

Completed in 6 milliseconds