Home
last modified time | relevance | path

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

/openssl/apps/
H A Ds_server.c475 X509_STORE_CTX *inctx = NULL; in get_ocsp_resp_from_responder() local
509 inctx = X509_STORE_CTX_new(); in get_ocsp_resp_from_responder()
510 if (inctx == NULL) in get_ocsp_resp_from_responder()
512 if (!X509_STORE_CTX_init(inctx, in get_ocsp_resp_from_responder()
516 obj = X509_STORE_CTX_get_obj_by_subject(inctx, X509_LU_X509, in get_ocsp_resp_from_responder()
564 X509_STORE_CTX_free(inctx); in get_ocsp_resp_from_responder()

Completed in 13 milliseconds