Searched refs:old_algo (Results 1 – 1 of 1) sorted by relevance
594 const php_password_algo *old_algo, *new_algo; in PHP_FUNCTION() local614 old_algo = php_password_algo_identify_ex(hash, NULL); in PHP_FUNCTION()615 if (old_algo != new_algo) { in PHP_FUNCTION()620 RETURN_BOOL(old_algo->needs_rehash(hash, options)); in PHP_FUNCTION()
Completed in 7 milliseconds