Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c8129 OSSL_LIB_CTX *tmplibctx = OSSL_LIB_CTX_new(); in int_test_ssl_get_shared_ciphers() local
8131 if (!TEST_ptr(tmplibctx)) in int_test_ssl_get_shared_ciphers()
8142 cctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_client_method()); in int_test_ssl_get_shared_ciphers()
8146 sctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_server_method()); in int_test_ssl_get_shared_ciphers()
8194 OSSL_LIB_CTX_free(tmplibctx); in int_test_ssl_get_shared_ciphers()

Completed in 28 milliseconds