Home
last modified time | relevance | path

Searched refs:testnum (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Dspeed.c497 static unsigned int testnum; variable
551 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_Digest_loop()
552 if (!EVP_Digest(buf, (size_t)lengths[testnum], digest, NULL, md, in EVP_Digest_loop()
595 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_MAC_loop()
599 || !EVP_MAC_update(mctx, buf, lengths[testnum]) in EVP_MAC_loop()
651 for (count = 0; COND(c[algindex][testnum]); count++) in EVP_Cipher_loop()
652 if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0) in EVP_Cipher_loop()
665 for (count = 0; COND(c[D_GHASH][testnum]); count++) { in GHASH_loop()
666 if (!EVP_MAC_update(mctx, buf, lengths[testnum])) in GHASH_loop()
718 for (count = 0; COND(c[D_RAND][testnum]); coun in RAND_bytes_loop()
[all...]
/third_party/openssl/apps/
H A Dspeed.c497 static unsigned int testnum; variable
551 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_Digest_loop()
552 if (!EVP_Digest(buf, (size_t)lengths[testnum], digest, NULL, md, in EVP_Digest_loop()
595 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_MAC_loop()
599 || !EVP_MAC_update(mctx, buf, lengths[testnum]) in EVP_MAC_loop()
651 for (count = 0; COND(c[algindex][testnum]); count++) in EVP_Cipher_loop()
652 if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0) in EVP_Cipher_loop()
665 for (count = 0; COND(c[D_GHASH][testnum]); count++) { in GHASH_loop()
666 if (!EVP_MAC_update(mctx, buf, lengths[testnum])) in GHASH_loop()
718 for (count = 0; COND(c[D_RAND][testnum]); coun in RAND_bytes_loop()
[all...]
/third_party/curl/tests/
H A Druntests.pl138 my @teststat; # teststat[testnum]=reason, reasons for skip
426 my ($runnerid, $testnum, $testname, $subject, $firstref, $secondref)=@_;
432 $timevrfyend{$testnum} = Time::HiRes::time();
435 logmsg "\n $testnum: $subject FAILED:\n";
444 logmsg "FAIL: $testnum - $testname - $subject\n";
869 my $testnum = $_[0];
871 return if((not defined($testnum)) || ($testnum < 1));
875 if($timevrfyend{$testnum}) {
878 elsif($timesrvrlog{$testnum}) {
[all...]
H A Drunner.pm143 my ($logdir, $testnum)=@_;
144 return "$logdir/stdout$testnum";
148 my ($logdir, $testnum)=@_;
149 return "$logdir/stderr$testnum";
298 my $testnum = shift;
337 print STDERR "error: test$testnum:$line: %else no %if\n";
346 print STDERR "error: test$testnum:$line: %endif had no %if\n";
365 subvariables(\$s, $testnum, "%");
408 my ($testcmd, $testnum, $gdbline) = @_;
487 $valgrindcmd .= "${valgrind_logfile}=$LOGDIR/valgrind$testnum";
[all...]
H A Dappveyor.pm52 my ($curl, $testnum, $testname)=@_;
63 "fileName": "tests/data/test$testnum",
69 $APPVEYOR_TEST_NAMES{$testnum}=$testname;
73 my ($curl, $testnum, $error, $start, $stop)=@_;
74 my $testname=$APPVEYOR_TEST_NAMES{$testnum};
107 "fileName": "tests/data/test$testnum",
110 "ErrorMessage": "Test $testnum $appveyor_outcome"
122 "details": "Test $testnum $appveyor_outcome"
H A Dazure.pm76 my ($curl, $azure_run_id, $testnum, $testname)=@_;
80 my $title_testnum=sprintf("%04d", $testnum);
89 "testCase": {"id": $testnum},
92 "automatedTestName": "curl.tests.$testnum",
105 my ($curl, $azure_run_id, $azure_result_id, $testnum, $error, $start, $stop)=@_;
H A Dservers.pm2921 my ($thing, $testnum, $prefix) = @_;
2973 $$thing =~ s/${prefix}TESTNUMBER/$testnum/g;
/third_party/curl/tests/server/
H A Dfake_ntlm.c122 long testnum; in main() local
176 testnum = lnum; in main()
184 msnprintf(logfilename, sizeof(logfilename), LOGFILE, logdir, testnum); in main()
196 stream = test2fopen(testnum, logdir); in main()
200 logmsg("Couldn't open test file %ld", testnum); in main()
213 stream = test2fopen(testnum, logdir); in main()
217 logmsg("Couldn't open test file %ld", testnum); in main()
231 stream = test2fopen(testnum, logdir); in main()
235 logmsg("Couldn't open test file %ld", testnum); in main()
252 stream = test2fopen(testnum, logdi in main()
[all...]
H A Dmqttd.c109 int testnum; member
136 config.testnum = 0; in resetdefaults()
173 config.testnum = atoi(value); in getconfig()
174 logmsg("testnum = %d", config.testnum); in getconfig()
521 testno = config.testnum; in mqttit()
H A Dsws.c247 int testnum = DOCNUMBER_NOTHING; in parse_cmdfile() local
250 if(1 == sscanf(buf, "Testnum %d", &testnum)) { in parse_cmdfile()
251 logmsg("[%s] cmdfile says testnum %d", cmdfile, testnum); in parse_cmdfile()
252 req->testno = testnum; in parse_cmdfile()
/third_party/ltp/testcases/kernel/containers/utsname/
H A Dutstest.c121 int testnum; in P1() local
123 testnum = atoi((char *)vtest); in P1()
128 switch (testnum) { in P1()
230 int testnum; in P2() local
232 testnum = atoi((char *)vtest); in P2()
237 switch (testnum) { in P2()
267 tst_resm(TFAIL, "undefined test: %d", testnum); in P2()
290 int testnum; in main() local
295 tst_resm(TFAIL, "Usage: %s <clone|unshare> <testnum>", in main()
299 tst_resm(TFAIL, " and testnum i in main()
[all...]
/third_party/ltp/testcases/network/nfsv4/acl/
H A Dacl1.c104 static void report(testnum, expected, result, fail) in report()
105 int testnum; /* test number */ in report()
118 printf("\ttest #%d - Expected: %s - Obtained: %s - %s\n", testnum,
/third_party/curl/tests/unit/
H A Dunit1609.c104 int testnum = sizeof(tests) / sizeof(struct testcase); variable
113 for(i = 0; i < testnum; ++i) {
H A Dunit1307.c278 int testnum = sizeof(tests) / sizeof(struct testcase); variable
295 for(i = 0; i < testnum; i++) {
H A Dunit1607.c112 int testnum = sizeof(tests) / sizeof(struct testcase); variable
117 for(i = 0; i < testnum; ++i) {
/third_party/libfuse/test/
H A Dtest_syscalls.c47 static unsigned int testnum = 0; variable
92 #define this_test (&tests[testnum-1])
93 #define next_test (&tests[testnum])
99 n = sprintf(testname, "%3i [", testnum); in __start_test()
105 sprintf(testfile, "%s/testfile.%d", basepath, testnum); in __start_test()
106 sprintf(testfile_r, "%s/testfile.%d", basepath_r, testnum); in __start_test()
107 if (testnum > MAX_TESTS) { in __start_test()
115 testnum++; \
116 if ((select_test && testnum != select_test) || \
117 (testnum
[all...]
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddiotest4.c96 runtest_f(int fd, char *buf, int offset, int count, int errnum, int testnum, in runtest_f() argument
138 int runtest_s(int fd, char *buf, int offset, int count, int testnum, char *msg) in runtest_s() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java5159 java.lang.String testnum; in mathtestcheck()
5168 testnum = "gen" in mathtestcheck()
5172 TestFmwk.assertTrue(testnum, flag); in mathtestcheck()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimalTest.java5156 java.lang.String testnum; in mathtestcheck()
5165 testnum = "gen" in mathtestcheck()
5169 TestFmwk.assertTrue(testnum, flag); in mathtestcheck()

Completed in 41 milliseconds