Searched refs:threads (Results 1 – 16 of 16) sorted by relevance
/PHP-7.4/ext/standard/ |
H A D | password.c | 315 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 D | password_get_info_argon2.phpt | 27 ["threads"]=> 42 ["threads"]=>
|
H A D | password_hash_error_argon2.phpt | 12 var_dump(password_hash('test', PASSWORD_ARGON2I, ['threads' => 0])); 15 var_dump(password_hash('test', PASSWORD_ARGON2ID, ['threads' => 0]));
|
H A D | bug75221.phpt | 12 ['memory_cost' => 64 << 10, 'time_cost' => 4, 'threads' => 1]
|
/PHP-7.4/TSRM/ |
H A D | tsrm.m4 | 48 AC_MSG_ERROR(Your system seems to lack POSIX threads.) 53 AC_MSG_CHECKING(for POSIX threads) 78 [Use POSIX threads (default)])],
|
H A D | threads.m4 | 31 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 D | sodium_pwhash.c | 118 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 D | php_password_hash_argon2i.phpt | 22 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS,
|
H A D | php_password_hash_argon2id.phpt | 22 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS,
|
/PHP-7.4/docs/ |
H A D | mailinglist-rules.md | 67 4. Do not high-jack threads, by bringing up entirely new topics. Please
|
/PHP-7.4/build/ |
H A D | ax_func_which_gethostbyname_r.m4 | 28 # based on David Arnold's autoconf suggestion in the threads faq
|
H A D | ltmain.sh | 1651 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
|
H A D | php.m4 | 750 …AC_MSG_ERROR([ZTS currently requires working POSIX threads. We were unable to verify that your sys…
|
/PHP-7.4/ |
H A D | configure.ac | 13 m4_include([TSRM/threads.m4])
|
/PHP-7.4/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 3805 # https://encode.ru/threads/456-zpaq-updates/page32
|
H A D | magic | 3805 # https://encode.ru/threads/456-zpaq-updates/page32
|
Completed in 166 milliseconds