Home
last modified time | relevance | path

Searched refs:testname (Results 1 – 6 of 6) sorted by relevance

/openssl-master/test/
A Dssl_test.tmpl1 [{-$testname-}]
2 ssl_conf = {-$testname-}-ssl
4 [{-$testname-}-ssl]
5 server = {-$testname-}-server
6 client = {-$testname-}-client{-
10 $OUT .= "\nserver2 = $testname-server2";
12 $OUT .= "\nserver2 = $testname-server";
26 [{-$testname-}-server]
34 $OUT .= "\n[$testname-server2]\n";
41 $OUT .= "\n[$testname-resume-server]\n";
[all …]
A Dgenerate_ssl_tests.pl117 my $testname = "${idx}-" . $test->{'name'};
118 print "test-$idx = $testname\n";
125 my $testname = "${idx}-" . $test->{'name'};
127 HASH => [{ idx => $idx, testname => $testname } , $test],
/openssl-master/test/testutil/
A Ddriver.c137 static int check_single_test_params(char *name, char *testname, char *itname) in check_single_test_params() argument
160 testname, 1, num_tests); in check_single_test_params()
191 char *testname = NULL; in process_shared_options() local
209 testname = opt_arg(); in process_shared_options()
229 if (!check_single_test_params(testname, flag_test, flag_iter)) in process_shared_options()
/openssl-master/test/recipes/
A D70-test_tlsextms.t207 my ($testno, $testname, $testcextms, $testsextms, $testhand) = @_;
209 subtest $testname => sub {
A D70-test_sslsessiontick.t218 my ($testno, $testname, $testch, $testsh, $testtickseen, $testhand) = @_;
220 subtest $testname => sub {
/openssl-master/util/perl/
A Dcheckhandshake.pm65 my ($proxy, $handtype, $exttype, $testname) = @_;
67 subtest $testname => sub {

Completed in 7 milliseconds