Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl_pwhash.c259 uint32_t new_version = PHP_OPENSSL_ARGON_VERSION, new_iterlimit, new_memlimit, new_threads; in php_openssl_argon2_needs_rehash() local
261 if (FAILURE == get_options(options, &new_memlimit, &new_iterlimit, &new_threads)) { in php_openssl_argon2_needs_rehash()
272 (threads != new_threads); in php_openssl_argon2_needs_rehash()
/php-src/ext/standard/
H A Dpassword.c279 zend_long new_threads = PHP_PASSWORD_ARGON2_THREADS, threads = 0; in php_password_argon2_needs_rehash() local
291 new_threads = zval_get_long(option_buffer); in php_password_argon2_needs_rehash()
298 (new_threads != threads); in php_password_argon2_needs_rehash()

Completed in 8 milliseconds