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

/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/openssl/crypto/
H A Dossl_typ.h181 typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS; typedef in typeref:struct:NAME_CONSTRAINTS_st
/external/openssl/include/openssl/
H A Dossl_typ.h181 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/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCertPathValidatorSpi.java436 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS);
500 criticalExtensions.remove(RFC3280CertPathUtilities.NAME_CONSTRAINTS);
H A DX509CertificateObject.java500 || oidId.equals(RFC3280CertPathUtilities.NAME_CONSTRAINTS))
H A DRFC3280CertPathUtilities.java399 protected static final String NAME_CONSTRAINTS = X509Extensions.NameConstraints.getId(); field in class:RFC3280CertPathUtilities
1656 RFC3280CertPathUtilities.NAME_CONSTRAINTS));
H A DCertPathValidatorUtilities.java87 protected static final String NAME_CONSTRAINTS = X509Extensions.NameConstraints.getId(); field in class:CertPathValidatorUtilities
/external/openssl/crypto/x509/
H A Dx509.h300 NAME_CONSTRAINTS *nc;
H A Dx509_vfy.c630 NAME_CONSTRAINTS *nc = sk_X509_value(ctx->chain, j)->nc;

Completed in 210 milliseconds