Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c8486 SSL_CTX *cctx = NULL, *sctx = NULL, *snictx = NULL; in test_cert_cb_int() local
8511 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()