Home
last modified time | relevance | path

Searched refs:NAME_CONSTRAINTS (Results 1 – 25 of 30) sorted by relevance

12

/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_ncons.c81 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
90 ASN1_ITEM_ref(NAME_CONSTRAINTS),
104 ASN1_SEQUENCE(NAME_CONSTRAINTS) = {
105 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees,
107 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees,
109 } ASN1_SEQUENCE_END(NAME_CONSTRAINTS)
113 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
121 NAME_CONSTRAINTS *ncons = NULL;
165 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS()
231 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check()
[all …]
/external/boringssl/src/crypto/x509v3/
Dv3_ncons.c81 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
90 ASN1_ITEM_ref(NAME_CONSTRAINTS),
104 ASN1_SEQUENCE(NAME_CONSTRAINTS) = {
105 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees,
107 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees,
109 } ASN1_SEQUENCE_END(NAME_CONSTRAINTS)
113 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
121 NAME_CONSTRAINTS *ncons = NULL;
165 NAME_CONSTRAINTS *ncons = a; in i2r_NAME_CONSTRAINTS()
231 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc) in NAME_CONSTRAINTS_check()
[all …]
/external/python/cryptography/src/cryptography/x509/
Doid.py18 NAME_CONSTRAINTS = ObjectIdentifier("2.5.29.30") variable in ExtensionOID
202 ExtensionOID.NAME_CONSTRAINTS: "nameConstraints",
D__init__.py55 OID_NAME_CONSTRAINTS = ExtensionOID.NAME_CONSTRAINTS
Dextensions.py1049 oid = ExtensionOID.NAME_CONSTRAINTS
/external/openscreen/cast/common/certificate/
Dcast_cert_validator_internal.cc34 void operator()(NAME_CONSTRAINTS* nc) { NAME_CONSTRAINTS_free(nc); } in operator ()()
37 std::unique_ptr<NAME_CONSTRAINTS, FreeNameConstraints>;
201 NameConstraintsPtr nc{reinterpret_cast<NAME_CONSTRAINTS*>( in VerifyCertificateChain()
/external/boringssl/src/include/openssl/
Dx509v3.h541 OPENSSL_EXPORT int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
553 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS)
554 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
Dbase.h354 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java445 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS); in engineValidate()
509 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS); in engineValidate()
DX509CertificateObject.java527 || oidId.equals(RFC3280CertPathUtilities.NAME_CONSTRAINTS)) in hasUnsupportedCriticalExtension()
DRFC3280CertPathUtilities.java410 public static final String NAME_CONSTRAINTS = Extension.nameConstraints.getId(); field in RFC3280CertPathUtilities
1586 RFC3280CertPathUtilities.NAME_CONSTRAINTS)); in prepareNextCertG()
DCertPathValidatorUtilities.java95 protected static final String NAME_CONSTRAINTS = Extension.nameConstraints.getId(); field in CertPathValidatorUtilities
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java443 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS); in engineValidate()
507 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS); in engineValidate()
DX509CertificateObject.java524 || oidId.equals(RFC3280CertPathUtilities.NAME_CONSTRAINTS)) in hasUnsupportedCriticalExtension()
DRFC3280CertPathUtilities.java409 public static final String NAME_CONSTRAINTS = Extension.nameConstraints.getId(); field in RFC3280CertPathUtilities
1585 RFC3280CertPathUtilities.NAME_CONSTRAINTS)); in prepareNextCertG()
DCertPathValidatorUtilities.java94 protected static final String NAME_CONSTRAINTS = Extension.nameConstraints.getId(); field in CertPathValidatorUtilities
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509v3.h586 OPENSSL_EXPORT int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
598 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS)
599 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
Dbase.h347 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/
DPKIXCertPathValidatorSpi.java445 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS); in engineValidate()
509 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS); in engineValidate()
DX509CertificateObject.java526 || oidId.equals(RFC3280CertPathUtilities.NAME_CONSTRAINTS)) in hasUnsupportedCriticalExtension()
DRFC3280CertPathUtilities.java410 public static final String NAME_CONSTRAINTS = Extension.nameConstraints.getId(); field in RFC3280CertPathUtilities
1586 RFC3280CertPathUtilities.NAME_CONSTRAINTS)); in prepareNextCertG()
DCertPathValidatorUtilities.java95 protected static final String NAME_CONSTRAINTS = Extension.nameConstraints.getId(); field in CertPathValidatorUtilities
/external/python/cryptography/tests/x509/
Dtest_x509_ext.py3352 ExtensionOID.NAME_CONSTRAINTS
3374 ExtensionOID.NAME_CONSTRAINTS
3392 ExtensionOID.NAME_CONSTRAINTS
3411 ExtensionOID.NAME_CONSTRAINTS
3430 ExtensionOID.NAME_CONSTRAINTS
3452 ExtensionOID.NAME_CONSTRAINTS
3472 ExtensionOID.NAME_CONSTRAINTS
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Dencode_asn1.py627 ExtensionOID.NAME_CONSTRAINTS: _encode_name_constraints,
Ddecode_asn1.py818 ExtensionOID.NAME_CONSTRAINTS: _decode_name_constraints,

12