Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.h68 SSL_TEST_METHOD_DTLS enumerator
H A Dssl_test_ctx.c330 {"DTLS", SSL_TEST_METHOD_DTLS},
/freebsd/crypto/openssl/test/
H A Dssl_test_ctx_test.c164 fixture->expected_ctx->method = SSL_TEST_METHOD_DTLS; in test_good_configuration()
H A Dssl_test.c410 if (test_ctx->method == SSL_TEST_METHOD_DTLS) { in test_handshake()