Searched refs:snictx (Results 1 – 1 of 1) sorted by relevance
8914 SSL_CTX *cctx = NULL, *sctx = NULL, *snictx = NULL; in test_cert_cb_int() local8939 snictx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_cert_cb_int()8940 if (!TEST_ptr(snictx)) in test_cert_cb_int()8944 SSL_CTX_set_cert_cb(sctx, cert_cb, snictx); in test_cert_cb_int()8982 SSL_CTX_free(snictx); in test_cert_cb_int()
Completed in 27 milliseconds