Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Ddtlstest.c79 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_dtls_unprocessed()
197 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_dtls_drop_records()
311 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_cookie()
351 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_dtls_duplicate_records()
418 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_just_finished()
482 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_swap_records()
595 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_duplicate_app_data()
691 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_listen()
H A Dsslapitest.c373 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_keylog()
457 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_keylog_no_master_key()
587 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_client_cert_verify_cb()
767 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_client_hello_cb()
810 if (!create_ssl_ctx_pair(libctx, TLS_server_method(), TLS_client_method(), in test_no_ems()
875 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_ccs_change_cipher()
976 if (!TEST_true(create_ssl_ctx_pair(libctx, smeth, cmeth, min_version, in execute_test_large_message()
1168 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in execute_test_ktls()
1343 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in execute_test_ktls_sendfile()
1650 if (!TEST_true(create_ssl_ctx_pair(libctx, smeth, cmeth, prot, prot, in test_large_app_data()
[all …]
H A Dtls13groupselection_test.c351 TEST_true_or_end(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_invalidsyntax()
392 TEST_true_or_end(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_groupnegotiation()
H A Dfatalerrtest.c31 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_method(), TLS_method(), in test_fatalerr()
H A Dssl_handshake_rtt_test.c64 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_handshake_rtt()
H A Drecordlentest.c104 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_record_overflow()
H A Dservername_test.c206 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in server_setup_sni()
H A Dcert_comp_test.c162 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_ssl_cert_comp()
H A Dsslcorrupttest.c196 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_ssl_corrupt()
H A Dsslbuffertest.c356 if (!create_ssl_ctx_pair(NULL, TLS_server_method(), TLS_client_method(), in setup_tests()
H A Drpktest.c227 if (!TEST_true(create_ssl_ctx_pair(test_libctx, in test_rpk()
690 if (!TEST_true(create_ssl_ctx_pair(NULL, in test_rpk_api()
H A Dasynciotest.c299 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_asyncio()
H A Dtls13ccstest.c259 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_tls13ccs()
/src/crypto/openssl/test/helpers/
H A Dssltestlib.h23 int create_ssl_ctx_pair(OSSL_LIB_CTX *libctx, const SSL_METHOD *sm,
H A Dssltestlib.c945 int create_ssl_ctx_pair(OSSL_LIB_CTX *libctx, const SSL_METHOD *sm, in create_ssl_ctx_pair() function