Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/openssl/
H A Dopenssl_pwhash.c49 …result get_options(zend_array *options, uint32_t *memlimit, uint32_t *iterlimit, uint32_t *threads) in get_options()
90 uint32_t version, uint32_t memlimit, uint32_t iterlimit, uint32_t threads, in php_openssl_argon2_compute_hash()
137 uint32_t iterlimit, memlimit, threads, version = PHP_OPENSSL_ARGON_VERSION; in php_openssl_argon2_hash() local
173 uint32_t *threads, zend_string **salt, zend_string **hash) in php_openssl_argon2_extract()
221 uint32_t version, iterlimit, memlimit, threads; in php_openssl_argon2_verify() local
258 uint32_t version, iterlimit, memlimit, threads; in php_openssl_argon2_needs_rehash() local
277 uint32_t v, threads; in php_openssl_argon2_get_info() local
/php-src/ext/standard/
H A Dpassword.c239 zend_long *time_cost, zend_long *threads) /* {{{ */ in extract_argon2_parameters()
264 zend_long threads = PHP_PASSWORD_ARGON2_THREADS; in php_password_argon2_get_info() local
279 zend_long new_threads = PHP_PASSWORD_ARGON2_THREADS, threads = 0; in php_password_argon2_needs_rehash() local
306 size_t threads = PHP_PASSWORD_ARGON2_THREADS; in php_password_argon2_hash() local
/php-src/ext/sodium/
H A Dsodium_pwhash.c106 zend_long v = 0, threads = 1; in php_sodium_argon2_get_info() local

Completed in 10 milliseconds