Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dssl_test_ctx_test.c128 if (!TEST_ptr(ctx = SSL_TEST_CTX_create(conf, fixture->test_section, in execute_test()
225 if (!TEST_ptr_null(ctx = SSL_TEST_CTX_create(conf, in test_bad_configuration()
H A Dssl_test.c405 test_ctx = SSL_TEST_CTX_create(conf, test_app, libctx); in test_handshake()
/src/crypto/openssl/test/helpers/
H A Dssl_test_ctx.h258 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section,
H A Dssl_test_ctx.c852 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section, in SSL_TEST_CTX_create() function