Searched refs:inctx (Results 1 – 1 of 1) sorted by relevance
2274 X509_STORE_CTX *inctx = NULL; in cert_status_cb() local2309 if ((inctx = X509_STORE_CTX_new()) == NULL) in cert_status_cb()2312 if (!X509_STORE_CTX_init(inctx, in cert_status_cb()2318 if (X509_STORE_get_by_subject(inctx, X509_LU_X509, in cert_status_cb()2322 X509_STORE_CTX_cleanup(inctx); in cert_status_cb()2331 X509_STORE_CTX_free(inctx); in cert_status_cb()2332 inctx = NULL; in cert_status_cb()2361 X509_STORE_CTX_free(inctx); in cert_status_cb()