Home
last modified time | relevance | path

Searched refs:cid_resp_md (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c1065 OCSP_CERTID *cid_resp_md = NULL; in make_ocsp_response() local
1085 cid_resp_md = OCSP_cert_to_id(resp_md, NULL, ca_cert); in make_ocsp_response()
1092 /* at this point, we can have cid be an alias of cid_resp_md */ in make_ocsp_response()
1093 cid = (cid_resp_md != NULL) ? cid_resp_md : cid; in make_ocsp_response()
1136 OCSP_CERTID_free(cid_resp_md); in make_ocsp_response()
/third_party/openssl/apps/
H A Docsp.c1065 OCSP_CERTID *cid_resp_md = NULL; in make_ocsp_response() local
1085 cid_resp_md = OCSP_cert_to_id(resp_md, NULL, ca_cert); in make_ocsp_response()
1092 /* at this point, we can have cid be an alias of cid_resp_md */ in make_ocsp_response()
1093 cid = (cid_resp_md != NULL) ? cid_resp_md : cid; in make_ocsp_response()
1136 OCSP_CERTID_free(cid_resp_md); in make_ocsp_response()

Completed in 5 milliseconds