Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Ds_server.c2339 X509_STORE_CTX *inctx = NULL; in cert_status_cb() local
2374 if ((inctx = X509_STORE_CTX_new()) == NULL) in cert_status_cb()
2377 if (!X509_STORE_CTX_init(inctx, in cert_status_cb()
2383 if (X509_STORE_get_by_subject(inctx, X509_LU_X509, in cert_status_cb()
2387 X509_STORE_CTX_cleanup(inctx); in cert_status_cb()
2396 X509_STORE_CTX_free(inctx); in cert_status_cb()
2397 inctx = NULL; in cert_status_cb()
2426 X509_STORE_CTX_free(inctx); in cert_status_cb()