Searched refs:DIST_POINT (Results 1 – 17 of 17) sorted by relevance
/third_party/boringssl/src/crypto/x509v3/ |
D | v3_crld.c | 251 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 …]
|
D | v3_purp.c | 372 static void setup_dp(X509 *x, DIST_POINT *dp) in setup_dp()
|
/third_party/openssl/crypto/x509v3/ |
D | v3_crld.c | 203 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 …]
|
D | v3_purp.c | 306 static int setup_dp(X509 *x, DIST_POINT *dp) in setup_dp()
|
/third_party/boringssl/src/include/openssl/ |
D | x509v3.h | 264 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)
|
D | base.h | 344 typedef struct DIST_POINT_st DIST_POINT; typedef
|
D | x509.h | 239 DECLARE_STACK_OF(DIST_POINT) 260 STACK_OF(DIST_POINT) *crldp;
|
/third_party/openssl/include/openssl/ |
D | ossl_typ.h | 160 typedef struct DIST_POINT_st DIST_POINT; typedef
|
D | x509v3.h | 203 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/ |
D | asn1_item_list.h | 64 ASN1_ITEM_ref(DIST_POINT),
|
/third_party/openssl/include/crypto/ |
D | x509.h | 177 STACK_OF(DIST_POINT) *crldp;
|
/third_party/openssl/fuzz/ |
D | asn1.c | 92 ASN1_ITEM_ref(DIST_POINT),
|
/third_party/openssl/apps/ |
D | apps.c | 2035 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/ |
D | indent.pro | 178 -T DIST_POINT
|
/third_party/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 1474 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/ |
D | x509_vfy.c | 1418 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.c | 1616 STACK_OF(DIST_POINT) *dps; in _get_crl_dp() 1630 DIST_POINT *dp; in _get_crl_dp()
|