Home
last modified time | relevance | path

Searched refs:method (Results 1 – 10 of 10) sorted by relevance

/test/ssl-tests/
A Dprotocol_version.pm114 my $method = shift;
117 my $dtls = $method eq "DTLS";
119 undef $method if !$dtls;
172 "Method" => $method,
222 my $method = shift;
225 my $dtls = $method eq "DTLS";
227 undef $method if !$dtls;
285 "Method" => $method,
309 "Method" => $method,
A D04-client_auth.cnf.in47 my $method;
56 $method = "DTLS";
85 "Method" => $method,
107 "Method" => $method,
135 "Method" => $method,
165 "Method" => $method,
194 "Method" => $method,
225 "Method" => $method,
255 "Method" => $method,
280 "Method" => $method,
/test/helpers/
A Dssl_test_ctx.h150 ssl_test_method_t method; member
250 const char *ssl_test_method_name(ssl_test_method_t method);
A Dssl_test_ctx.c346 test_ctx->method = ret_value; in parse_test_method()
350 const char *ssl_test_method_name(ssl_test_method_t method) in ssl_test_method_name() argument
352 return enum_name(ssl_test_methods, OSSL_NELEM(ssl_test_methods), method); in ssl_test_method_name()
/test/
A Dssl_test_ctx_test.c77 if (!TEST_int_eq(ctx->method, ctx2->method) in testctx_eq()
164 fixture->expected_ctx->method = SSL_TEST_METHOD_DTLS; in test_good_configuration()
A Dexptest.c31 static int a_is_zero_mod_one(const char *method, const BIGNUM *r, in a_is_zero_mod_one() argument
35 TEST_error("%s failed: a ** 0 mod 1 = r (should be 0)", method); in a_is_zero_mod_one()
A Dssl_test.c417 if (test_ctx->method == SSL_TEST_METHOD_DTLS) { in test_handshake()
451 if (test_ctx->method == SSL_TEST_METHOD_TLS) { in test_handshake()
A DREADME.ssltest.md36 * Method - the method to test. One of DTLS or TLS.
/test/recipes/
A D90-test_store.t182 foreach my $method (@methods) {
183 my @storeutl = ( qw(openssl storeutl), @$method );
/test/radix/
A Dquic_ops.c187 const SSL_METHOD *method; in DEF_FUNC() local
197 method = is_server ? OSSL_QUIC_server_method() : OSSL_QUIC_client_method(); in DEF_FUNC()
198 if (!TEST_ptr(ctx = SSL_CTX_new(method))) in DEF_FUNC()

Completed in 106 milliseconds