Home
last modified time | relevance | path

Searched refs:testcount (Results 1 – 4 of 4) sorted by relevance

/openssl/test/recipes/
H A D30-test_evp_fetch_prov.t94 my $testcount = 0;
96 $testcount += scalar @{$_->{tests}};
99 plan tests => 1 + $testcount * scalar(@types);
H A D01-test_symbol_presence.t50 my $testcount
53 $testcount
57 plan tests => $testcount;
H A D80-test_ssl_old.t549 my $testcount = scalar(@protocols) + $protocolciphersuitecount
551 $testcount-- unless $no_tls1_3;
552 plan tests => $testcount;
/openssl/test/
H A Dalgorithmid_test.c279 int n, x509 = 0, spki = 0, testcount = 0; in setup_tests() local
298 testcount = x509 + spki; in setup_tests()
300 if (testcount < 1) in setup_tests()
302 else if (testcount > 1) in setup_tests()
304 if (testcount != 1) in setup_tests()

Completed in 8 milliseconds