Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/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.c373 static int setup_dp(X509 *x, DIST_POINT *dp) in setup_dp()
/external/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.c373 static int setup_dp(X509 *x, DIST_POINT *dp) in setup_dp()
/external/boringssl/src/include/openssl/
Dx509v3.h258 typedef STACK_OF(DIST_POINT) CRL_DIST_POINTS;
260 DEFINE_STACK_OF(DIST_POINT)
261 DECLARE_ASN1_SET_OF(DIST_POINT)
534 DECLARE_ASN1_FUNCTIONS(DIST_POINT)
911 BORINGSSL_MAKE_DELETER(DIST_POINT, DIST_POINT_free)
Dbase.h351 typedef struct DIST_POINT_st DIST_POINT; typedef
Dx509.h225 DECLARE_STACK_OF(DIST_POINT)
244 STACK_OF(DIST_POINT) *crldp;
/external/rust/crates/quiche/deps/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.h225 DECLARE_STACK_OF(DIST_POINT)
245 STACK_OF(DIST_POINT) * crldp;
/external/tpm2-tss/src/tss2-fapi/
Dfapi_crypto.c1605 …STACK_OF(DIST_POINT) * dist_points = (STACK_OF(DIST_POINT) *)X509_get_ext_d2i(cert, nid, NULL, NUL… in get_crl_from_cert()
1611 DIST_POINT *dp = sk_DIST_POINT_value(dist_points, i); in get_crl_from_cert()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_vfy.c1492 static int crldp_check_crlissuer(DIST_POINT *dp, X509_CRL *crl, int crl_score) in crldp_check_crlissuer()
1526 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i); in crl_crldp_check()
/external/boringssl/src/crypto/x509/
Dx509_vfy.c1492 static int crldp_check_crlissuer(DIST_POINT *dp, X509_CRL *crl, int crl_score) in crldp_check_crlissuer()
1526 DIST_POINT *dp = sk_DIST_POINT_value(x->crldp, i); in crl_crldp_check()
/external/python/cpython2/Modules/
D_ssl.c1209 STACK_OF(DIST_POINT) *dps; in _get_crl_dp()
1223 DIST_POINT *dp; in _get_crl_dp()
/external/python/cpython3/Modules/
D_ssl.c1616 STACK_OF(DIST_POINT) *dps; in _get_crl_dp()
1630 DIST_POINT *dp; in _get_crl_dp()