HomeSort by relevance Sort by last modified time
    Searched refs:POLICY_CONSTRAINTS (Results 1 - 12 of 12) 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};
261 } else if (Arrays.equals(extnID, POLICY_CONSTRAINTS)) {
327 } else if (Arrays.equals(extnID, POLICY_CONSTRAINTS)) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 374 criticalExtensions.remove(RFC3280CertPathUtilities.POLICY_CONSTRAINTS);
438 criticalExtensions.remove(RFC3280CertPathUtilities.POLICY_CONSTRAINTS);
RFC3280CertPathUtilities.java 390 protected static final String POLICY_CONSTRAINTS = X509Extensions.PolicyConstraints.getId();
    [all...]
CertPathValidatorUtilities.java 94 protected static final String POLICY_CONSTRAINTS = Extension.policyConstraints.getId();
    [all...]
X509CertificateObject.java 535 || oidId.equals(RFC3280CertPathUtilities.POLICY_CONSTRAINTS)
  /external/openssl/include/openssl/
x509v3.h 338 } POLICY_CONSTRAINTS;
590 DECLARE_ASN1_ALLOC_FUNCTIONS(POLICY_CONSTRAINTS)
591 DECLARE_ASN1_ITEM(POLICY_CONSTRAINTS)
  /prebuilts/sdk/tools/lib/
signapk.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 946 milliseconds