Home
last modified time | relevance | path

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

/php-src/ext/openssl/
H A Dopenssl_pwhash.c55 *threads = PHP_OPENSSL_PWHASH_THREADS; in get_options()
83 *threads = sthreads; in get_options()
102 if (OSSL_set_max_threads(NULL, threads) != 1) { in php_openssl_argon2_compute_hash()
106 *p++ = OSSL_PARAM_construct_uint32(OSSL_KDF_PARAM_THREADS, &threads); in php_openssl_argon2_compute_hash()
173 uint32_t *threads, zend_string **salt, zend_string **hash) in php_openssl_argon2_extract() argument
190 version, memlimit, iterlimit, threads) != 4) { 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
272 (threads != new_threads); in php_openssl_argon2_needs_rehash()
277 uint32_t v, threads; in php_openssl_argon2_get_info() local
[all …]
/php-src/ext/standard/tests/password/
H A Dpassword_hash_error_argon2.phpt24 password_hash('test', PASSWORD_ARGON2I, ['threads' => 0]);
42 password_hash('test', PASSWORD_ARGON2ID, ['threads' => 0]);
50 Invalid number of threads
53 Invalid number of threads
H A Dpassword_get_info_argon2.phpt27 ["threads"]=>
42 ["threads"]=>
H A Dbug75221.phpt12 ['memory_cost' => 64 << 10, 'time_cost' => 4, 'threads' => 1]
/php-src/ext/standard/
H A Dpassword.c239 zend_long *time_cost, zend_long *threads) /* {{{ */ in extract_argon2_parameters() argument
254 v, memory_cost, time_cost, threads); in extract_argon2_parameters()
264 zend_long threads = PHP_PASSWORD_ARGON2_THREADS; in php_password_argon2_get_info() local
270 add_assoc_long(return_value, "threads", threads); in php_password_argon2_get_info()
279 zend_long new_threads = PHP_PASSWORD_ARGON2_THREADS, threads = 0; in php_password_argon2_needs_rehash() local
298 (new_threads != threads); in php_password_argon2_needs_rehash()
306 size_t threads = PHP_PASSWORD_ARGON2_THREADS; in php_password_argon2_hash() local
329 threads = zval_get_long(option_buffer); in php_password_argon2_hash()
332 if (threads > ARGON2_MAX_LANES || threads == 0) { in php_password_argon2_hash()
345 threads, in php_password_argon2_hash()
[all …]
/php-src/TSRM/
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance.
57 dnl Check whether the current setup can use POSIX threads calls.
84 dnl Try to find a way to enable POSIX threads.
94 dnl -threads gcc (HP-UX)
100 for flag in -kthread -pthread -pthreads -mthreads -Kthread -threads -mt -qthreaded; do
/php-src/ext/sodium/
H A Dsodium_pwhash.c106 zend_long v = 0, threads = 1; in php_sodium_argon2_get_info() local
124 &v, &memory_cost, &time_cost, &threads); in php_sodium_argon2_get_info()
128 add_assoc_long(return_value, "threads", threads); in php_sodium_argon2_get_info()
/php-src/ext/openssl/tests/
H A Dopenssl_password.phpt22 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS,
H A Dopenssl_password_compat.phpt27 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS,
H A Dopenssl_password_compat2.phpt27 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS,
/php-src/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt25 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS,
H A Dphp_password_hash_argon2id.phpt25 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS,
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst160 or threads to reduce memory consumption. As you may know, sharing memory between processes or
161 threads can be tricky and requires special care when modifying values. In particular, modification
162 usually requires exclusive access to the memory so that the other processes or threads wait until
/php-src/docs/
H A Dmailinglist-rules.md67 4. Do not high-jack threads, by bringing up entirely new topics. Please
/php-src/build/
H A Dax_func_which_gethostbyname_r.m428 # based on David Arnold's autoconf suggestion in the threads faq
H A Dltmain.sh1664 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
/php-src/
H A Dconfigure.ac13 m4_include([TSRM/threads.m4])
286 dnl Add POSIX threads compilation and linker flags when thread safety is enabled
849 AC_MSG_CHECKING([for POSIX threads])
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4637 # https://encode.ru/threads/456-zpaq-updates/page32
H A Dmagic4637 # https://encode.ru/threads/456-zpaq-updates/page32

Completed in 321 milliseconds