Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509v3/
Dv3_crld.c203 static DIST_POINT *crldp_from_section(X509V3_CTX *ctx, in crldp_from_section()
208 DIST_POINT *point = DIST_POINT_new(); in crldp_from_section()
240 STACK_OF(DIST_POINT) *crld; in v2i_crld()
251 DIST_POINT *point; in v2i_crld()
319 ASN1_SEQUENCE(DIST_POINT) = {
320 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
321 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
322 ASN1_IMP_SEQUENCE_OF_OPT(DIST_POINT, CRLissuer, GENERAL_NAME, 2)
323 } ASN1_SEQUENCE_END(DIST_POINT)
325 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT)
[all …]
Dv3_purp.c306 static int setup_dp(X509 *x, DIST_POINT *dp) in setup_dp()
/third_party/openssl/include/openssl/
Dossl_typ.h160 typedef struct DIST_POINT_st DIST_POINT; typedef
Dx509v3.h203 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
205 DEFINE_STACK_OF(DIST_POINT)
524 DECLARE_ASN1_FUNCTIONS(DIST_POINT)
/third_party/openssl/crypto/asn1/
Dasn1_item_list.h64 ASN1_ITEM_ref(DIST_POINT),
/third_party/openssl/include/crypto/
Dx509.h177 STACK_OF(DIST_POINT) *crldp;
/third_party/openssl/fuzz/
Dasn1.c92 ASN1_ITEM_ref(DIST_POINT),
/third_party/openssl/apps/
Dapps.c2039 static const char *get_dp_url(DIST_POINT *dp) in get_dp_url()
2065 static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp) in load_crl_crldp()
2070 DIST_POINT *dp = sk_DIST_POINT_value(crldp, i); in load_crl_crldp()
2089 STACK_OF(DIST_POINT) *crldp; in STACK_OF()
/third_party/openssl/util/
Dindent.pro178 -T DIST_POINT
/third_party/openssl/crypto/x509/
Dx509_vfy.c1418 static int crldp_check_crlissuer(DIST_POINT *dp, X509_CRL *crl, int crl_score) in crldp_check_crlissuer()
1452 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i); in crl_crldp_check()
/third_party/python/Modules/
D_ssl.c1491 STACK_OF(DIST_POINT) *dps; in _get_crl_dp()
1505 DIST_POINT *dp; in _get_crl_dp()