Home
last modified time | relevance | path

Searched refs:SSL_TEST_CTX_new (Results 1 – 3 of 3) sorted by relevance

/src/crypto/openssl/test/helpers/
H A Dssl_test_ctx.h261 SSL_TEST_CTX *SSL_TEST_CTX_new(OSSL_LIB_CTX *libctx);
H A Dssl_test_ctx.c733 SSL_TEST_CTX *SSL_TEST_CTX_new(OSSL_LIB_CTX *libctx) in SSL_TEST_CTX_new() function
861 || !TEST_ptr(ctx = SSL_TEST_CTX_new(libctx))) in SSL_TEST_CTX_create()
/src/crypto/openssl/test/
H A Dssl_test_ctx_test.c116 if (!TEST_ptr(fixture->expected_ctx = SSL_TEST_CTX_new(NULL))) { in set_up()