Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.h255 SSL_TEST_CTX *SSL_TEST_CTX_new(OSSL_LIB_CTX *libctx);
H A Dssl_test_ctx.c721 SSL_TEST_CTX *SSL_TEST_CTX_new(OSSL_LIB_CTX *libctx) in SSL_TEST_CTX_new() function
848 || !TEST_ptr(ctx = SSL_TEST_CTX_new(libctx))) in SSL_TEST_CTX_create()
/freebsd/crypto/openssl/test/
H A Dssl_test_ctx_test.c117 if (!TEST_ptr(fixture->expected_ctx = SSL_TEST_CTX_new(NULL))) { in set_up()