Searched defs:policies (Results 1 - 13 of 13) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Dasynchronous_policy_provider_unittest.cc23 DictionaryValue* policies = new DictionaryValue(); local
24 policies->SetBoolean(policy::key::kSyncDisabled, true);
25 EXPECT_CALL(*delegate_, Load()).WillOnce(Return(policies));
H A Dfile_based_policy_provider_unittest.cc39 DictionaryValue* policies = new DictionaryValue(); local
40 policies->SetBoolean(policy::key::kSyncDisabled, true);
44 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(policies));
73 DictionaryValue* policies = new DictionaryValue(); local
74 policies->SetBoolean(policy::key::kSyncDisabled, true);
75 EXPECT_CALL(*provider_delegate, Load()).WillOnce(Return(policies));
H A Dconfiguration_policy_provider.cc26 const DictionaryValue* policies,
32 if (policies->Get(i->name, &value) && value->IsType(i->value_type))
41 const PolicyMap* policies,
46 const Value* value = policies->Get(i->policy_type);
25 ApplyPolicyValueTree( const DictionaryValue* policies, ConfigurationPolicyStoreInterface* store) argument
40 ApplyPolicyMap( const PolicyMap* policies, ConfigurationPolicyStoreInterface* store) argument
/external/chromium/chrome/browser/chromeos/
H A Dplugin_selection_policy.cc68 map<string, Policy> policies; local
107 policies.insert(make_pair(last_plugin, policy));
114 policies.insert(make_pair(last_plugin, policy));
116 policies_.swap(policies);
/external/openssl/crypto/x509v3/
H A Dpcy_cache.c74 CERTIFICATEPOLICIES *policies, int crit)
81 if (sk_POLICYINFO_num(policies) == 0)
86 for (i = 0; i < sk_POLICYINFO_num(policies); i++)
88 policy = sk_POLICYINFO_value(policies, i);
119 sk_POLICYINFO_pop_free(policies, POLICYINFO_free);
149 * even if we don't have any policies.
175 * there is no point continuing because the valid policies will be
73 policy_cache_create(X509 *x, CERTIFICATEPOLICIES *policies, int crit) argument
/external/openssl/crypto/x509/
H A Dx509_vpm.c81 if (param->policies)
83 sk_ASN1_OBJECT_pop_free(param->policies, ASN1_OBJECT_free);
84 param->policies = NULL;
190 if (test_x509_verify_param_copy(policies, NULL))
192 if (!X509_VERIFY_PARAM_set1_policies(dest, src->policies))
262 if (!param->policies)
264 param->policies = sk_ASN1_OBJECT_new_null();
265 if (!param->policies)
268 if (!sk_ASN1_OBJECT_push(param->policies, policy))
274 STACK_OF(ASN1_OBJECT) *policies)
273 X509_VERIFY_PARAM_set1_policies(X509_VERIFY_PARAM *param, STACK_OF(ASN1_OBJECT) *policies) argument
[all...]
H A Dx509_vfy.h175 STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */ member in struct:X509_VERIFY_PARAM_st
528 STACK_OF(ASN1_OBJECT) *policies);
/external/strace/
H A Dmem.c668 static const struct xlat policies[] = { variable in typeref:struct:xlat
741 printxval(policies, tcp->u_arg[2], "MPOL_???");
754 printxval(policies, tcp->u_arg[0], "MPOL_???");
771 printxval(policies, pol, "MPOL_???");
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CertSelectorTest.java106 protected String[] policies = null; field in class:X509CertSelectorTest.TestCert
124 public TestCert(String[] policies) { argument
125 setPolicies(policies);
165 public void setPolicies(String[] policies) { argument
166 this.policies = policies;
418 if ("2.5.29.32".equals(oid) && (policies != null)
419 && (policies.length > 0)) {
423 for (int i=0; i<policies.length; i++) {
425 new PolicyInformation(policies[
[all...]
/external/chromium/net/base/
H A Dx509_certificate_nss.cc36 explicit ScopedCERTCertificatePolicies(CERTCertificatePolicies* policies) argument
37 : policies_(policies) {}
332 // If policy_oids is not NULL and num_policy_oids is positive, policies
541 CERTCertificatePolicies* policies =
544 return policies;
551 CERTCertificatePolicies* policies = DecodeCertPolicies(cert_handle); local
552 if (!policies)
554 ScopedCERTCertificatePolicies scoped_policies(policies);
555 CERTPolicyInfo* policy_info = policies->policyInfos[0];
578 CERTCertificatePolicies* policies local
[all...]
H A Dx509_certificate_mac.cc296 // noErr, and stores the resultant array of SecPolicyRefs in |policies|.
298 ScopedCFTypeRef<CFArrayRef>* policies) {
315 // Manually add OCSP and CRL policies. If neither an OCSP or CRL policy is
365 policies->reset(policy_array);
297 CreateTrustPolicies(const std::string& hostname, int flags, ScopedCFTypeRef<CFArrayRef>* policies) argument
/external/openssl/include/openssl/
H A Dts.h276 policies SEQUENCE OF PolicyInformation OPTIONAL
508 STACK_OF(ASN1_OBJECT) *policies; /* Acceptable policies. */ member in struct:TS_resp_ctx
509 ASN1_OBJECT *default_policy; /* It may appear in policies, too. */
H A Dx509_vfy.h175 STACK_OF(ASN1_OBJECT) *policies; /* Permissible policies */ member in struct:X509_VERIFY_PARAM_st
528 STACK_OF(ASN1_OBJECT) *policies);

Completed in 401 milliseconds