Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dpassword.c315 zend_long *time_cost, zend_long *threads) /* {{{ */ in extract_argon2_parameters() argument
330 v, memory_cost, time_cost, threads); in extract_argon2_parameters()
340 zend_long threads = PHP_PASSWORD_ARGON2_THREADS; in php_password_argon2_get_info() local
346 add_assoc_long(return_value, "threads", threads); in php_password_argon2_get_info()
355 zend_long new_threads = PHP_PASSWORD_ARGON2_THREADS, threads = 0; in php_password_argon2_needs_rehash() local
374 (new_threads != threads); in php_password_argon2_needs_rehash()
382 size_t threads = PHP_PASSWORD_ARGON2_THREADS; in php_password_argon2_hash() local
405 threads = zval_get_long(option_buffer); in php_password_argon2_hash()
408 if (threads > ARGON2_MAX_LANES || threads == 0) { in php_password_argon2_hash()
421 threads, in php_password_argon2_hash()
[all …]
/PHP-7.4/ext/standard/tests/password/
H A Dpassword_get_info_argon2.phpt27 ["threads"]=>
42 ["threads"]=>
H A Dpassword_hash_error_argon2.phpt12 var_dump(password_hash('test', PASSWORD_ARGON2I, ['threads' => 0]));
15 var_dump(password_hash('test', PASSWORD_ARGON2ID, ['threads' => 0]));
H A Dbug75221.phpt12 ['memory_cost' => 64 << 10, 'time_cost' => 4, 'threads' => 1]
/PHP-7.4/TSRM/
H A Dtsrm.m448 AC_MSG_ERROR(Your system seems to lack POSIX threads.)
53 AC_MSG_CHECKING(for POSIX threads)
78 [Use POSIX threads (default)])],
H A Dthreads.m431 dnl Set some magic defines to achieve POSIX threads conformance.
65 dnl Check whether the current setup can use POSIX threads calls.
92 dnl Try to find a way to enable POSIX threads.
102 dnl -threads gcc (HP-UX)
108 for flag in -kthread -pthread -pthreads -mthreads -Kthread -threads -mt -qthreaded; do
/PHP-7.4/ext/sodium/
H A Dsodium_pwhash.c118 zend_long v = 0, threads = 1; in php_sodium_argon2_get_info() local
136 &v, &memory_cost, &time_cost, &threads); in php_sodium_argon2_get_info()
140 add_assoc_long(return_value, "threads", threads); in php_sodium_argon2_get_info()
/PHP-7.4/ext/sodium/tests/
H A Dphp_password_hash_argon2i.phpt22 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS,
H A Dphp_password_hash_argon2id.phpt22 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS,
/PHP-7.4/docs/
H A Dmailinglist-rules.md67 4. Do not high-jack threads, by bringing up entirely new topics. Please
/PHP-7.4/build/
H A Dax_func_which_gethostbyname_r.m428 # based on David Arnold's autoconf suggestion in the threads faq
H A Dltmain.sh1651 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
H A Dphp.m4750 …AC_MSG_ERROR([ZTS currently requires working POSIX threads. We were unable to verify that your sys…
/PHP-7.4/
H A Dconfigure.ac13 m4_include([TSRM/threads.m4])
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます3805 # https://encode.ru/threads/456-zpaq-updates/page32
H A Dmagic3805 # https://encode.ru/threads/456-zpaq-updates/page32

Completed in 140 milliseconds