Searched refs:old_algo (Results 1 – 1 of 1) sorted by relevance
593 const php_password_algo *old_algo, *new_algo; in PHP_FUNCTION() local613 old_algo = php_password_algo_identify_ex(hash, NULL); in PHP_FUNCTION()614 if (old_algo != new_algo) { in PHP_FUNCTION()619 RETURN_BOOL(old_algo->needs_rehash(hash, options)); in PHP_FUNCTION()
Completed in 5 milliseconds