Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c7507 OSSL_LIB_CTX *tmplibctx = OSSL_LIB_CTX_new(); in int_test_ssl_get_shared_ciphers() local
7509 if (!TEST_ptr(tmplibctx)) in int_test_ssl_get_shared_ciphers()
7520 cctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_client_method()); in int_test_ssl_get_shared_ciphers()
7524 sctx = SSL_CTX_new_ex(tmplibctx, NULL, TLS_server_method()); in int_test_ssl_get_shared_ciphers()
7572 OSSL_LIB_CTX_free(tmplibctx); in int_test_ssl_get_shared_ciphers()

Completed in 26 milliseconds