Searched refs:NID_ad_OCSP (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x509_trs.c | 43 {X509_TRUST_OCSP_REQUEST, 0, trust_1oid, "OCSP request", NID_ad_OCSP,
|
/third_party/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 451 if ((ad->method = OBJ_nid2obj(NID_ad_OCSP)) == NULL) in OCSP_url_svcloc_new()
|
/third_party/openssl/crypto/x509v3/ |
D | v3_utl.c | 466 if (OBJ_obj2nid(ad->method) == NID_ad_OCSP) { in STACK_OF()
|
/third_party/openssl/crypto/objects/ |
D | obj_dat.h | 1261 {"OCSP", "OCSP", NID_ad_OCSP, 8, &so[1065]},
|
/third_party/openssl/include/openssl/ |
D | obj_mac.h | 1926 #define NID_ad_OCSP 178 macro
|
/third_party/python/Modules/ |
D | _ssl.c | 1673 obj = _get_aia_uri(certificate, NID_ad_OCSP); in _decode_certificate()
|