Searched refs:SSL_TEST_CTX_create (Results 1 – 4 of 4) sorted by relevance
129 if (!TEST_ptr(ctx = SSL_TEST_CTX_create(conf, fixture->test_section)) in execute_test()234 if (!TEST_ptr_null(ctx = SSL_TEST_CTX_create(conf, in test_bad_configuration()
247 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section);
402 test_ctx = SSL_TEST_CTX_create(conf, test_app); in test_handshake()
832 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section) in SSL_TEST_CTX_create() function