Home
last modified time | relevance | path

Searched refs:create_ssl_ctx_pair (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/test/
H A Ddtlstest.c80 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_dtls_unprocessed()
202 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_dtls_drop_records()
315 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_cookie()
355 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_dtls_duplicate_records()
423 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_just_finished()
481 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_swap_records()
H A Dsslapitest.c363 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_keylog()
447 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_keylog_no_master_key()
578 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_client_cert_verify_cb()
758 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_client_hello_cb()
859 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_ccs_change_cipher()
1188 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in execute_test_ktls()
1327 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in execute_test_ktls_sendfile()
1700 if (!TEST_true(create_ssl_ctx_pair(libctx, in execute_cleanse_plaintext()
2050 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in execute_test_session()
2445 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in setup_ticket_test()
[all …]
H A Dfatalerrtest.c31 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_method(), TLS_method(), in test_fatalerr()
H A Dsslbuffertest.c168 if (!create_ssl_ctx_pair(NULL, TLS_server_method(), TLS_client_method(), in setup_tests()
H A Drecordlentest.c104 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_record_overflow()
H A Dservername_test.c208 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in server_setup_sni()
H A Dsslcorrupttest.c197 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_ssl_corrupt()
H A Dasynciotest.c299 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_asyncio()
H A Dtls13ccstest.c257 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_tls13ccs()
/freebsd/crypto/openssl/test/helpers/
H A Dssltestlib.h15 int create_ssl_ctx_pair(OSSL_LIB_CTX *libctx, const SSL_METHOD *sm,
H A Dssltestlib.c813 int create_ssl_ctx_pair(OSSL_LIB_CTX *libctx, const SSL_METHOD *sm, in create_ssl_ctx_pair() function