Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ocsp/
Docsp_srv.c257 respid->type = V_OCSP_RESPID_NAME; in OCSP_RESPID_set_by_name()
301 } else if (respid->type == V_OCSP_RESPID_NAME) { in OCSP_RESPID_match()
Docsp_cl.c216 if (rid->type == V_OCSP_RESPID_NAME) { in OCSP_resp_get0_id()
234 if (rid->type == V_OCSP_RESPID_NAME) { in OCSP_resp_get1_id()
Docsp_prn.c173 case V_OCSP_RESPID_NAME: in OCSP_RESPONSE_print()
Docsp_vfy.c177 if (id->type == V_OCSP_RESPID_NAME) in ocsp_find_signer_sk()
/third_party/openssl/include/openssl/
Docsp.h92 # define V_OCSP_RESPID_NAME 0 macro