Home
last modified time | relevance | path

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

12

/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_ncons.c82 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/
Dv3_ncons.c81 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/
Dv3_ncons.c81 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/
Dx509v3.h503 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)
Dbase.h399 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
/external/cronet/third_party/boringssl/src/include/openssl/
Dx509v3.h503 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)
Dbase.h399 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
/external/python/cryptography/src/cryptography/x509/
Doid.py18 NAME_CONSTRAINTS = ObjectIdentifier("2.5.29.30") variable in ExtensionOID
242 ExtensionOID.NAME_CONSTRAINTS: "nameConstraints",
D__init__.py111 OID_NAME_CONSTRAINTS = ExtensionOID.NAME_CONSTRAINTS
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509v3.h552 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)
Dbase.h358 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef
/external/openscreen/cast/common/certificate/
Dcast_cert_validator_internal.cc35 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/
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()
/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()
/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()
/external/cronet/third_party/boringssl/src/crypto/x509/
Dinternal.h158 NAME_CONSTRAINTS *nc;
/external/boringssl/src/crypto/x509/
Dinternal.h158 NAME_CONSTRAINTS *nc;
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dinternal.h153 NAME_CONSTRAINTS *nc;
/external/python/cryptography/tests/x509/
Dtest_x509_ext.py3586 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

12