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