HomeSort by relevance Sort by last modified time
    Searched full:name_constraints (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_ncons.c 75 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 *nc
    [all...]
x509v3.h 575 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
587 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS)
588 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
  /external/openssl/crypto/x509v3/
v3_ncons.c 75 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 *nc
    [all...]
x509v3.h 575 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
587 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS)
588 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extension.java 67 static final int[] NAME_CONSTRAINTS = {2, 5, 29, 30};
264 } else if (Arrays.equals(extnID, NAME_CONSTRAINTS)) {
326 } else if (Arrays.equals(extnID, NAME_CONSTRAINTS)) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 377 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS);
441 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS);
X509CertificateObject.java 538 || oidId.equals(RFC3280CertPathUtilities.NAME_CONSTRAINTS))
RFC3280CertPathUtilities.java 398 public static final String NAME_CONSTRAINTS = X509Extensions.NameConstraints.getId();
    [all...]
CertPathValidatorUtilities.java 91 protected static final String NAME_CONSTRAINTS = Extension.nameConstraints.getId();
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
ossl_typ.h 183 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS;
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
ossl_typ.h 183 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS;
x509v3.h 575 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
587 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS)
588 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
x509.h 300 NAME_CONSTRAINTS *nc;
    [all...]
  /external/openssl/crypto/
ossl_typ.h 183 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS;
  /external/openssl/include/openssl/
ossl_typ.h 183 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS;
x509v3.h 575 int NAME_CONSTRAINTS_check(X509 *x, NAME_CONSTRAINTS *nc);
587 DECLARE_ASN1_ITEM(NAME_CONSTRAINTS)
588 DECLARE_ASN1_ALLOC_FUNCTIONS(NAME_CONSTRAINTS)
x509.h 300 NAME_CONSTRAINTS *nc;
    [all...]
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CertSelectorTest.java 1694 GeneralName[] name_constraints = new GeneralName[] { local
1851 GeneralName[] name_constraints = new GeneralName[] { local
    [all...]
  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 464 // GeneralName[] name_constraints = new GeneralName[] {
477 // constraintBytes = new byte[name_constraints.length][];
479 // for (int i = 0; i < name_constraints.length; i++) {
480 // GeneralSubtree subtree = new GeneralSubtree(name_constraints[i]);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/objects/
obj_mac.num 666 name_constraints 666
  /external/openssl/crypto/objects/
obj_mac.num 666 name_constraints 666
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CertificateObject.java 540 || oidId.equals(RFC3280CertPathUtilities.NAME_CONSTRAINTS))
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509.h 300 NAME_CONSTRAINTS *nc;
    [all...]
x509_vfy.c 625 NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc;
    [all...]
  /external/openssl/crypto/x509/
x509.h 300 NAME_CONSTRAINTS *nc;
    [all...]

Completed in 1727 milliseconds

1 2