/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/ |
D | v3_ncons.c | 82 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc); 91 ASN1_ITEM_ref(NAME_CONSTRAINTS), 105 ASN1_SEQUENCE(NAME_CONSTRAINTS) = { 106 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees, 108 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees, 110 } ASN1_SEQUENCE_END(NAME_CONSTRAINTS) 114 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS) 122 NAME_CONSTRAINTS *ncons = NULL; 166 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS() 232 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check() [all …]
|
/external/cronet/third_party/boringssl/src/crypto/x509v3/ |
D | v3_ncons.c | 81 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc); 91 ASN1_ITEM_ref(NAME_CONSTRAINTS), 111 ASN1_SEQUENCE(NAME_CONSTRAINTS) = { 112 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees, 114 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees, 116 } ASN1_SEQUENCE_END(NAME_CONSTRAINTS) 120 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS) 126 NAME_CONSTRAINTS *ncons = NULL; 169 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS() 236 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) { in NAME_CONSTRAINTS_check() [all …]
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_ncons.c | 81 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc); 91 ASN1_ITEM_ref(NAME_CONSTRAINTS), 111 ASN1_SEQUENCE(NAME_CONSTRAINTS) = { 112 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees, 114 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees, 116 } ASN1_SEQUENCE_END(NAME_CONSTRAINTS) 120 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS) 126 NAME_CONSTRAINTS *ncons = NULL; 169 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS() 236 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) { in NAME_CONSTRAINTS_check() [all …]
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 503 OPENSSL_EXPORT int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc); 519 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS) 520 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS) 972 BORINGSSL_MAKE_DELETER(NAME_CONSTRAINTS, NAME_CONSTRAINTS_free)
|
D | base.h | 399 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
|
/external/cronet/third_party/boringssl/src/include/openssl/ |
D | x509v3.h | 503 OPENSSL_EXPORT int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc); 519 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS) 520 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS) 972 BORINGSSL_MAKE_DELETER(NAME_CONSTRAINTS, NAME_CONSTRAINTS_free)
|
D | base.h | 399 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
|
/external/python/cryptography/src/cryptography/x509/ |
D | oid.py | 18 NAME_CONSTRAINTS = ObjectIdentifier("2.5.29.30") variable in ExtensionOID 242 ExtensionOID.NAME_CONSTRAINTS: "nameConstraints",
|
D | __init__.py | 111 OID_NAME_CONSTRAINTS = ExtensionOID.NAME_CONSTRAINTS
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | x509v3.h | 552 OPENSSL_EXPORT int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc); 564 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS) 565 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS) 946 BORINGSSL_MAKE_DELETER(NAME_CONSTRAINTS, NAME_CONSTRAINTS_free)
|
D | base.h | 358 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
|
/external/openscreen/cast/common/certificate/ |
D | cast_cert_validator_internal.cc | 35 void operator()(NAME_CONSTRAINTS* nc) { NAME_CONSTRAINTS_free(nc); } in operator ()() 38 std::unique_ptr<NAME_CONSTRAINTS, FreeNameConstraints>; 202 NameConstraintsPtr nc{reinterpret_cast<NAME_CONSTRAINTS*>( in VerifyCertificateChain()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXCertPathValidatorSpi.java | 443 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS); in engineValidate() 507 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS); in engineValidate()
|
D | X509CertificateObject.java | 524 || oidId.equals(RFC3280CertPathUtilities.NAME_CONSTRAINTS)) in hasUnsupportedCriticalExtension()
|
D | RFC3280CertPathUtilities.java | 409 public static final String NAME_CONSTRAINTS = Extension.nameConstraints.getId(); field in RFC3280CertPathUtilities 1585 RFC3280CertPathUtilities.NAME_CONSTRAINTS)); in prepareNextCertG()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | PKIXCertPathValidatorSpi.java | 445 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS); in engineValidate() 509 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS); in engineValidate()
|
D | X509CertificateObject.java | 527 || oidId.equals(RFC3280CertPathUtilities.NAME_CONSTRAINTS)) in hasUnsupportedCriticalExtension()
|
D | RFC3280CertPathUtilities.java | 410 public static final String NAME_CONSTRAINTS = Extension.nameConstraints.getId(); field in RFC3280CertPathUtilities 1586 RFC3280CertPathUtilities.NAME_CONSTRAINTS)); in prepareNextCertG()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/ |
D | PKIXCertPathValidatorSpi.java | 445 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS); in engineValidate() 509 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS); in engineValidate()
|
D | X509CertificateObject.java | 526 || oidId.equals(RFC3280CertPathUtilities.NAME_CONSTRAINTS)) in hasUnsupportedCriticalExtension()
|
D | RFC3280CertPathUtilities.java | 410 public static final String NAME_CONSTRAINTS = Extension.nameConstraints.getId(); field in RFC3280CertPathUtilities 1586 RFC3280CertPathUtilities.NAME_CONSTRAINTS)); in prepareNextCertG()
|
/external/cronet/third_party/boringssl/src/crypto/x509/ |
D | internal.h | 158 NAME_CONSTRAINTS *nc;
|
/external/boringssl/src/crypto/x509/ |
D | internal.h | 158 NAME_CONSTRAINTS *nc;
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | internal.h | 153 NAME_CONSTRAINTS *nc;
|
/external/python/cryptography/tests/x509/ |
D | test_x509_ext.py | 3586 ExtensionOID.NAME_CONSTRAINTS 3606 ExtensionOID.NAME_CONSTRAINTS 3620 ExtensionOID.NAME_CONSTRAINTS 3637 ExtensionOID.NAME_CONSTRAINTS 3654 ExtensionOID.NAME_CONSTRAINTS 3674 ExtensionOID.NAME_CONSTRAINTS 3692 ExtensionOID.NAME_CONSTRAINTS
|