Home
last modified time | relevance | path

Searched refs:new_memlimit (Results 1 – 1 of 1) 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()
271 (memlimit != new_memlimit) || in php_openssl_argon2_needs_rehash()

Completed in 5 milliseconds