HomeSort by relevance Sort by last modified time
    Searched refs:NAME_CONSTRAINTS (Results 1 - 13 of 13) sorted by null

  /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 66 static final int[] NAME_CONSTRAINTS = {2, 5, 29, 30};
256 } else if (Arrays.equals(extnID, NAME_CONSTRAINTS)) {
317 } else if (Arrays.equals(extnID, NAME_CONSTRAINTS)) {
  /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/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 378 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS);
442 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS);
X509CertificateObject.java 500 || oidId.equals(RFC3280CertPathUtilities.NAME_CONSTRAINTS))
RFC3280CertPathUtilities.java 399 protected static final String NAME_CONSTRAINTS = X509Extensions.NameConstraints.getId();
    [all...]
CertPathValidatorUtilities.java 87 protected static final String NAME_CONSTRAINTS = X509Extensions.NameConstraints.getId();
    [all...]
  /external/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...]

Completed in 422 milliseconds