Home
last modified time | relevance | path

Searched refs:iterations (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/exif/tests/
H A Dbug68799.phpt31 $iterations = 3;
33 doStuff($iterations);
34 doStuff($iterations);
/PHP-5.5/ext/hash/tests/
H A Dhash_pbkdf2_error.phpt8 /* {{{ proto string hash_pbkdf2(string algo, string password, string salt, int iterations [, int le…
35 echo "\n-- Testing hash_pbkdf2() function with invalid iterations --\n";
68 -- Testing hash_pbkdf2() function with invalid iterations --
/PHP-5.5/ext/curl/tests/
H A Dbug65458.phpt20 // the number of iterations in the loop, if we're wasting memory here, we
/PHP-5.5/ext/standard/tests/file/
H A Dproc_open01.phpt29 print "terminated after 1000 iterations\n";
/PHP-5.5/ext/zlib/tests/
H A Dbug60761.phpt37 // pass == only ONE length for all iterations
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt53 * Make more options configurable: number of threads, iterations, etc.
H A Dstresstest.cpp34 DWORD iterations = 1; variable
503 iterations = atoi(ap_optarg); in main()
596 for (DWORD j=0; j<iterations; j++) { in IsapiThread()
/PHP-5.5/ext/hash/
H A Dhash.c619 long loops, i, j, iterations, length = 0, digest_length; in PHP_FUNCTION() local
625 …_CC, "sssl|lb", &algo, &algo_len, &pass, &pass_len, &salt, &salt_len, &iterations, &length, &raw_o… in PHP_FUNCTION()
635 if (iterations <= 0) { in PHP_FUNCTION()
636 …_error_docref(NULL TSRMLS_CC, E_WARNING, "Iterations must be a positive integer: %ld", iterations); in PHP_FUNCTION()
702 for (j = 1; j < iterations; j++) { in PHP_FUNCTION()
1152 ZEND_ARG_INFO(0, iterations)
/PHP-5.5/tests/lang/
H A D024.phpt415 3 loop iterations should follow:
640 3 loop iterations should follow:
865 3 loop iterations should follow:
1090 3 loop iterations should follow:
1315 3 loop iterations should follow:
1540 3 loop iterations should follow:
1765 3 loop iterations should follow:
1990 3 loop iterations should follow:
2215 3 loop iterations should follow:
2440 3 loop iterations should follow:
[all …]
H A D023.phpt72 3 loop iterations should follow:<br>
/PHP-5.5/ext/openssl/
H A Dopenssl.c259 ZEND_ARG_INFO(0, iterations)
3481 long key_length = 0, iterations = 0; in PHP_FUNCTION() local
3492 &key_length, &iterations, in PHP_FUNCTION()
3515 …if (PKCS5_PBKDF2_HMAC(password, password_len, (unsigned char *)salt, salt_len, iterations, digest,… in PHP_FUNCTION()
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc719 * @param string $func Function to call on the iterations
/PHP-5.5/
H A DNEWS3221 . Eliminated unnecessary iterations during request startup/shutdown.
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic8667 >>>>>>&24 ubelong x \b, hash iterations %u

Completed in 127 milliseconds