Searched refs:NAME_CONSTRAINTS (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_ncons.c78 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
87 ASN1_ITEM_ref(NAME_CONSTRAINTS),
101 ASN1_SEQUENCE(NAME_CONSTRAINTS) = {
102 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees,
104 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees,
106 } ASN1_SEQUENCE_END(NAME_CONSTRAINTS)
110 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
118 NAME_CONSTRAINTS *ncons = NULL;
171 NAME_CONSTRAINTS *ncons = a;
242 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *n
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_ncons.c75 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc);
84 ASN1_ITEM_ref(NAME_CONSTRAINTS),
98 ASN1_SEQUENCE(NAME_CONSTRAINTS) = {
99 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, permittedSubtrees,
101 ASN1_IMP_SEQUENCE_OF_OPT(NAME_CONSTRAINTS, excludedSubtrees,
103 } ASN1_SEQUENCE_END(NAME_CONSTRAINTS)
107 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
115 NAME_CONSTRAINTS *ncons = NULL;
168 NAME_CONSTRAINTS *ncons = a;
239 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *n
[all...]
H A Dx509v3.h575 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
587 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS)
588 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbase.h155 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef in typeref:struct:NAME_CONSTRAINTS_st
H A Dx509v3.h574 OPENSSL_EXPORT int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
586 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS)
587 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
H A Dx509.h261 NAME_CONSTRAINTS *nc;
/external/openssl/crypto/
H A Dossl_typ.h187 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef in typeref:struct:NAME_CONSTRAINTS_st
/external/openssl/include/openssl/
H A Dossl_typ.h187 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef in typeref:struct:NAME_CONSTRAINTS_st
H A Dx509v3.h575 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
587 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS)
588 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
H A Dx509.h300 NAME_CONSTRAINTS *nc;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCertPathValidatorSpi.java379 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS);
443 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS);
H A DRFC3280CertPathUtilities.java398 public static final String NAME_CONSTRAINTS = X509Extensions.NameConstraints.getId(); field in class:RFC3280CertPathUtilities
1655 RFC3280CertPathUtilities.NAME_CONSTRAINTS));
H A DCertPathValidatorUtilities.java91 protected static final String NAME_CONSTRAINTS = Extension.nameConstraints.getId(); field in class:CertPathValidatorUtilities
H A DX509CertificateObject.java538 || oidId.equals(RFC3280CertPathUtilities.NAME_CONSTRAINTS))
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509CertificateObject.java540 || oidId.equals(RFC3280CertPathUtilities.NAME_CONSTRAINTS))
/external/openssl/crypto/x509/
H A Dx509.h300 NAME_CONSTRAINTS *nc;
H A Dx509_vfy.c625 NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc;
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_vfy.c681 NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc;
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 404 milliseconds