Searched refs:NID_ad_OCSP (Results 1 – 8 of 8) sorted by relevance
/external/openssl/crypto/x509/ |
D | x509_trs.c | 87 {X509_TRUST_OCSP_REQUEST, 0, trust_1oid, "OCSP request", NID_ad_OCSP, NULL},
|
/external/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 504 if (!(ad->method=OBJ_nid2obj(NID_ad_OCSP))) goto err; in OCSP_url_svcloc_new()
|
/external/openssl/crypto/objects/ |
D | objects.h | 945 #define NID_ad_OCSP 178 macro
|
D | obj_dat.h | 1178 {"OCSP","OCSP",NID_ad_OCSP,8,&(lvalues[1062]),0},
|
D | obj_mac.h | 1838 #define NID_ad_OCSP 178 macro
|
/external/openssl/include/openssl/ |
D | objects.h | 945 #define NID_ad_OCSP 178 macro
|
D | obj_mac.h | 1838 #define NID_ad_OCSP 178 macro
|
/external/openssl/crypto/x509v3/ |
D | v3_utl.c | 489 if (OBJ_obj2nid(ad->method) == NID_ad_OCSP) in STACK_OF()
|