Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c7777 OSSL_LIB_CTX *tmplibctx = OSSL_LIB_CTX_new(); in int_test_ssl_get_shared_ciphers() local
7779 if (!TEST_ptr(tmplibctx)) in int_test_ssl_get_shared_ciphers()
7790 cctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_client_method()); in int_test_ssl_get_shared_ciphers()
7794 sctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_server_method()); in int_test_ssl_get_shared_ciphers()
7842 OSSL_LIB_CTX_free(tmplibctx); in int_test_ssl_get_shared_ciphers()