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

  /external/openssl/crypto/x509v3/
v3_cpols.c 134 STACK_OF(POLICYINFO) *pols = NULL;
141 pols = sk_POLICYINFO_new_null();
142 if (pols == NULL) {
184 if (!sk_POLICYINFO_push(pols, pol)){
191 return pols;
194 sk_POLICYINFO_pop_free(pols, POLICYINFO_free);
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 162 ArrayList<DeviceAdminInfo.PolicyInfo> pols = info.getUsedPolicies(); local
163 if (pols != null) {
164 for (int i=0; i<pols.size(); i++) {
165 pw.print(prefix); pw.print(" "); pw.println(pols.get(i).tag);
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
PKIXCertPathValidatorSpi.java 443 Set pols = new HashSet(); local
450 pols.add(pOid.getId());
467 acceptablePolicies = pols;
478 if (pols.contains(o))
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/cert/
X509CertSelector.java 883 HashSet pols = new HashSet(policies.size()); local
888 pols.add(certPolicyId);
890 this.policies = Collections.unmodifiableSet(pols);
    [all...]
  /dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
PKIXCertPathReviewer.java 1133 Set pols = new HashSet(); local
    [all...]

Completed in 248 milliseconds