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

  /external/openssl/crypto/x509v3/
v3_pcons.c 76 ASN1_ITEM_ref(POLICY_CONSTRAINTS),
85 ASN1_SEQUENCE(POLICY_CONSTRAINTS) = {
86 ASN1_IMP_OPT(POLICY_CONSTRAINTS, requireExplicitPolicy, ASN1_INTEGER,0),
87 ASN1_IMP_OPT(POLICY_CONSTRAINTS, inhibitPolicyMapping, ASN1_INTEGER,1)
88 } ASN1_SEQUENCE_END(POLICY_CONSTRAINTS)
90 IMPLEMENT_ASN1_ALLOC_FUNCTIONS(POLICY_CONSTRAINTS)
97 POLICY_CONSTRAINTS *pcons = a;
109 POLICY_CONSTRAINTS *pcons=NULL;
pcy_cache.c 133 POLICY_CONSTRAINTS *ext_pcons = NULL;
x509v3.h 338 } POLICY_CONSTRAINTS;
590 DECLARE_ASN1_ALLOC_FUNCTIONS(POLICY_CONSTRAINTS)
591 DECLARE_ASN1_ITEM(POLICY_CONSTRAINTS)
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Extension.java 71 static final int[] POLICY_CONSTRAINTS = {2, 5, 29, 36};
262 } else if (Arrays.equals(extnID, POLICY_CONSTRAINTS)) {
327 } else if (Arrays.equals(extnID, POLICY_CONSTRAINTS)) {
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 375 criticalExtensions.remove(RFC3280CertPathUtilities.POLICY_CONSTRAINTS);
439 criticalExtensions.remove(RFC3280CertPathUtilities.POLICY_CONSTRAINTS);
RFC3280CertPathUtilities.java 391 protected static final String POLICY_CONSTRAINTS = X509Extensions.PolicyConstraints.getId();
    [all...]
X509CertificateObject.java 497 || oidId.equals(RFC3280CertPathUtilities.POLICY_CONSTRAINTS)
CertPathValidatorUtilities.java 92 protected static final String POLICY_CONSTRAINTS = X509Extensions.PolicyConstraints.getId();
    [all...]
  /external/openssl/include/openssl/
x509v3.h 338 } POLICY_CONSTRAINTS;
590 DECLARE_ASN1_ALLOC_FUNCTIONS(POLICY_CONSTRAINTS)
591 DECLARE_ASN1_ITEM(POLICY_CONSTRAINTS)

Completed in 135 milliseconds