Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dssl_test_ctx_test.c129 if (!TEST_ptr(ctx = SSL_TEST_CTX_create(conf, fixture->test_section, in execute_test()
231 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()
/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.h252 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section,
H A Dssl_test_ctx.c839 SSL_TEST_CTX *SSL_TEST_CTX_create(const CONF *conf, const char *test_section, in SSL_TEST_CTX_create() function