Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dpassword.c258 zend_long new_time_cost = PHP_PASSWORD_ARGON2_TIME_COST, time_cost = 0; in PHP_FUNCTION() local
266 new_time_cost = zval_get_long(option_buffer); in PHP_FUNCTION()
275 if (new_time_cost != time_cost || new_memory_cost != memory_cost || new_threads != threads) { in PHP_FUNCTION()

Completed in 6 milliseconds