Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dpassword.c598 const php_password_algo *old_algo, *new_algo; in PHP_FUNCTION() local
618 old_algo = php_password_algo_identify_ex(hash, NULL); in PHP_FUNCTION()
619 if (old_algo != new_algo) { in PHP_FUNCTION()
624 RETURN_BOOL(old_algo->needs_rehash(hash, options)); in PHP_FUNCTION()

Completed in 8 milliseconds