Searched refs:method (Results 1 – 10 of 10) sorted by relevance
/test/ssl-tests/ |
A D | protocol_version.pm | 114 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 D | 04-client_auth.cnf.in | 47 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 D | ssl_test_ctx.h | 150 ssl_test_method_t method; member 250 const char *ssl_test_method_name(ssl_test_method_t method);
|
A D | ssl_test_ctx.c | 346 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 D | ssl_test_ctx_test.c | 77 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 D | exptest.c | 31 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 D | ssl_test.c | 417 if (test_ctx->method == SSL_TEST_METHOD_DTLS) { in test_handshake() 451 if (test_ctx->method == SSL_TEST_METHOD_TLS) { in test_handshake()
|
A D | README.ssltest.md | 36 * Method - the method to test. One of DTLS or TLS.
|
/test/recipes/ |
A D | 90-test_store.t | 182 foreach my $method (@methods) { 183 my @storeutl = ( qw(openssl storeutl), @$method );
|
/test/radix/ |
A D | quic_ops.c | 187 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