Searched refs:threads (Results 1 – 16 of 16) sorted by relevance
/PHP-8.1/ext/standard/tests/password/ |
H A D | password_hash_error_argon2.phpt | 24 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 D | password_get_info_argon2.phpt | 27 ["threads"]=> 42 ["threads"]=>
|
H A D | bug75221.phpt | 12 ['memory_cost' => 64 << 10, 'time_cost' => 4, 'threads' => 1]
|
/PHP-8.1/TSRM/ |
H A D | tsrm.m4 | 10 AC_MSG_ERROR(Your system seems to lack POSIX threads.) 15 AC_MSG_CHECKING(for POSIX threads)
|
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-8.1/ext/standard/ |
H A D | password.c | 244 zend_long *time_cost, zend_long *threads) /* {{{ */ in extract_argon2_parameters() argument 259 v, memory_cost, time_cost, threads); in extract_argon2_parameters() 269 zend_long threads = PHP_PASSWORD_ARGON2_THREADS; in php_password_argon2_get_info() local 275 add_assoc_long(return_value, "threads", threads); in php_password_argon2_get_info() 284 zend_long new_threads = PHP_PASSWORD_ARGON2_THREADS, threads = 0; in php_password_argon2_needs_rehash() local 303 (new_threads != threads); in php_password_argon2_needs_rehash() 311 size_t threads = PHP_PASSWORD_ARGON2_THREADS; in php_password_argon2_hash() local 334 threads = zval_get_long(option_buffer); in php_password_argon2_hash() 337 if (threads > ARGON2_MAX_LANES || threads == 0) { in php_password_argon2_hash() 350 threads, in php_password_argon2_hash() [all …]
|
/PHP-8.1/ext/sodium/ |
H A D | sodium_pwhash.c | 116 zend_long v = 0, threads = 1; in php_sodium_argon2_get_info() local 134 &v, &memory_cost, &time_cost, &threads); in php_sodium_argon2_get_info() 138 add_assoc_long(return_value, "threads", threads); in php_sodium_argon2_get_info()
|
/PHP-8.1/ext/sodium/tests/ |
H A D | php_password_hash_argon2i.phpt | 25 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS,
|
H A D | php_password_hash_argon2id.phpt | 24 'threads' => PASSWORD_ARGON2_DEFAULT_THREADS,
|
/PHP-8.1/docs/ |
H A D | mailinglist-rules.md | 67 4. Do not high-jack threads, by bringing up entirely new topics. Please
|
/PHP-8.1/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 | 1664 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
|
H A D | php.m4 | 734 …AC_MSG_ERROR([ZTS currently requires working POSIX threads. We were unable to verify that your sys…
|
/PHP-8.1/ |
H A D | configure.ac | 13 m4_include([TSRM/threads.m4])
|
/PHP-8.1/ext/fileinfo/tests/ |
H A D | magic | 4208 # https://encode.ru/threads/456-zpaq-updates/page32
|
H A D | magic私はガラスを食べられます | 4208 # https://encode.ru/threads/456-zpaq-updates/page32
|
Completed in 167 milliseconds