Searched refs:snictx (Results 1 – 1 of 1) sorted by relevance
8486 SSL_CTX *cctx = NULL, *sctx = NULL, *snictx = NULL; in test_cert_cb_int() local8511 snictx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_cert_cb_int()8512 if (!TEST_ptr(snictx)) in test_cert_cb_int()8516 SSL_CTX_set_cert_cb(sctx, cert_cb, snictx); in test_cert_cb_int()8554 SSL_CTX_free(snictx); in test_cert_cb_int()