Searched refs:create_ssl_ctx_pair (Results 1 – 16 of 16) sorted by relevance
/test/ |
A D | dtlstest.c | 80 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() 487 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_swap_records() 600 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_duplicate_app_data() 696 if (!TEST_true(create_ssl_ctx_pair(NULL, DTLS_server_method(), in test_listen()
|
A D | sslapitest.c | 373 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() 588 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_client_cert_verify_cb() 768 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_client_hello_cb() 876 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_ccs_change_cipher() 1170 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in execute_test_ktls() 1346 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in execute_test_ktls_sendfile() 1732 if (!TEST_true(create_ssl_ctx_pair(libctx, in execute_cleanse_plaintext() 2493 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in execute_test_session() 6926 if (!TEST_true(create_ssl_ctx_pair(libctx, in test_serverinfo_custom() [all …]
|
A D | fatalerrtest.c | 31 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_method(), TLS_method(), in test_fatalerr()
|
A D | handshake-memfail.c | 56 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in do_handshake()
|
A D | ssl_handshake_rtt_test.c | 64 if (!TEST_true(create_ssl_ctx_pair(libctx, TLS_server_method(), in test_handshake_rtt()
|
A D | tls13groupselection_test.c | 392 TEST_true_or_end(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_invalidsyntax() 434 TEST_true_or_end(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_groupnegotiation()
|
A D | recordlentest.c | 104 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_record_overflow()
|
A D | cert_comp_test.c | 162 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_ssl_cert_comp()
|
A D | servername_test.c | 208 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in server_setup_sni()
|
A D | sslcorrupttest.c | 197 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_ssl_corrupt()
|
A D | sslbuffertest.c | 367 if (!create_ssl_ctx_pair(NULL, TLS_server_method(), TLS_client_method(), in setup_tests()
|
A D | rpktest.c | 227 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()
|
A D | asynciotest.c | 299 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_asyncio()
|
A D | tls13ccstest.c | 257 if (!TEST_true(create_ssl_ctx_pair(NULL, TLS_server_method(), in test_tls13ccs()
|
/test/helpers/ |
A D | ssltestlib.h | 23 int create_ssl_ctx_pair(OSSL_LIB_CTX *libctx, const SSL_METHOD *sm,
|
A D | ssltestlib.c | 947 int create_ssl_ctx_pair(OSSL_LIB_CTX *libctx, const SSL_METHOD *sm, in create_ssl_ctx_pair() function
|
Completed in 44 milliseconds