Searched refs:DIST_POINT_NAME (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_crld.c | 119 static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx, in set_dist_point_name() 351 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; in dpn_cb() 367 ASN1_CHOICE_cb(DIST_POINT_NAME, dpn_cb) = { 368 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0), 369 ASN1_IMP_SET_OF(DIST_POINT_NAME, name.relativename, X509_NAME_ENTRY, 1) 370 } ASN1_CHOICE_END_cb(DIST_POINT_NAME, DIST_POINT_NAME, type) 373 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT_NAME) 376 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0), 390 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0), 477 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) in print_distpoint() [all …]
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_crld.c | 134 static int set_dist_point_name(DIST_POINT_NAME **pdp, const X509V3_CTX *ctx, in set_dist_point_name() 377 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; in dpn_cb() 392 ASN1_CHOICE_cb(DIST_POINT_NAME, dpn_cb) = { 393 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0), 394 ASN1_IMP_SET_OF(DIST_POINT_NAME, name.relativename, X509_NAME_ENTRY, 1), 395 } ASN1_CHOICE_END_cb(DIST_POINT_NAME, DIST_POINT_NAME, type) 397 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT_NAME) 400 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0), 414 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0), 506 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) { in print_distpoint() [all …]
|
/external/cronet/third_party/boringssl/src/crypto/x509v3/ |
D | v3_crld.c | 134 static int set_dist_point_name(DIST_POINT_NAME **pdp, const X509V3_CTX *ctx, in set_dist_point_name() 377 DIST_POINT_NAME *dpn = (DIST_POINT_NAME *)*pval; in dpn_cb() 392 ASN1_CHOICE_cb(DIST_POINT_NAME, dpn_cb) = { 393 ASN1_IMP_SEQUENCE_OF(DIST_POINT_NAME, name.fullname, GENERAL_NAME, 0), 394 ASN1_IMP_SET_OF(DIST_POINT_NAME, name.relativename, X509_NAME_ENTRY, 1), 395 } ASN1_CHOICE_END_cb(DIST_POINT_NAME, DIST_POINT_NAME, type) 397 IMPLEMENT_ASN1_FUNCTIONS(DIST_POINT_NAME) 400 ASN1_EXP_OPT(DIST_POINT, distpoint, DIST_POINT_NAME, 0), 414 ASN1_EXP_OPT(ISSUING_DIST_POINT, distpoint, DIST_POINT_NAME, 0), 506 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent) { in print_distpoint() [all …]
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 213 } DIST_POINT_NAME; typedef 230 DIST_POINT_NAME *distpoint; 304 DIST_POINT_NAME *distpoint; 495 DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME) 500 OPENSSL_EXPORT int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn,
|
/external/cronet/third_party/boringssl/src/include/openssl/ |
D | x509v3.h | 213 } DIST_POINT_NAME; typedef 230 DIST_POINT_NAME *distpoint; 304 DIST_POINT_NAME *distpoint; 495 DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME) 500 OPENSSL_EXPORT int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn,
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | x509v3.h | 231 } DIST_POINT_NAME; typedef 248 DIST_POINT_NAME *distpoint; 336 DIST_POINT_NAME *distpoint; 546 DECLARE_ASN1_FUNCTIONS(DIST_POINT_NAME) 549 OPENSSL_EXPORT int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn,
|
/external/cronet/third_party/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 1313 static int idp_check_dp(DIST_POINT_NAME *a, DIST_POINT_NAME *b) { in idp_check_dp()
|
/external/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 1313 static int idp_check_dp(DIST_POINT_NAME *a, DIST_POINT_NAME *b) { in idp_check_dp()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 1433 static int idp_check_dp(DIST_POINT_NAME *a, DIST_POINT_NAME *b) in idp_check_dp()
|
/external/tpm2-tss/src/tss2-fapi/ |
D | fapi_crypto.c | 1612 DIST_POINT_NAME *distpoint = dp->distpoint; in get_crl_from_cert()
|