Home
last modified time | relevance | path

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

/third_party/boringssl/src/crypto/x509v3/
Dv3_crld.c251 static DIST_POINT *crldp_from_section(X509V3_CTX *ctx, in crldp_from_section()
256 DIST_POINT *point = NULL; in crldp_from_section()
289 STACK_OF(DIST_POINT) *crld = NULL; in v2i_crld()
297 DIST_POINT *point; in v2i_crld()
344 IMPLEMENT_ASN1_SET_OF(DIST_POINT) in IMPLEMENT_ASN1_SET_OF() argument
373 ASN1_SEQUENCE(DIST_POINT) = {
374 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0),
375 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
376 ASN1_IMP_SEQUENCE_OF_OPT(DIST_POINT, CRLissuer, GENERAL_NAME, 2)
377 } ASN1_SEQUENCE_END(DIST_POINT)
[all …]
Dv3_purp.c372 static void setup_dp(X509 *x, DIST_POINT *dp) in setup_dp()
/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/boringssl/src/include/openssl/
Dx509v3.h264 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
266 DEFINE_STACK_OF(DIST_POINT)
267 DECLARE_ASN1_SET_OF(DIST_POINT)
580 DECLARE_ASN1_FUNCTIONS(DIST_POINT)
758 BORINGSSL_MAKE_DELETER(DIST_POINT, DIST_POINT_free)
Dbase.h344 typedef struct DIST_POINT_st DIST_POINT; typedef
Dx509.h239 DECLARE_STACK_OF(DIST_POINT)
260 STACK_OF(DIST_POINT) *crldp;
/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.c2035 static const char *get_dp_url(DIST_POINT *dp) in get_dp_url()
2061 static X509_CRL *load_crl_crldp(STACK_OF(DIST_POINT) *crldp) in load_crl_crldp()
2066 DIST_POINT *dp = sk_DIST_POINT_value(crldp, i); in load_crl_crldp()
2085 STACK_OF(DIST_POINT) *crldp; in STACK_OF()
/third_party/openssl/util/
Dindent.pro178 -T DIST_POINT
/third_party/boringssl/src/crypto/x509/
Dx509_vfy.c1474 static int crldp_check_crlissuer(DIST_POINT *dp, X509_CRL *crl, int crl_score) in crldp_check_crlissuer()
1508 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i); in crl_crldp_check()
/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.c1616 STACK_OF(DIST_POINT) *dps; in _get_crl_dp()
1630 DIST_POINT *dp; in _get_crl_dp()