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

  /external/chromium_org/chrome/browser/chromeos/policy/
network_configuration_updater.cc 46 policy_key_(policy_key),
55 policy_key_,
77 const base::Value* policy_value = policies.GetValue(policy_key_);
network_configuration_updater.h 79 std::string policy_key_; member in class:policy::NetworkConfigurationUpdater
user_cloud_policy_store_chromeos.cc 256 LoadPolicyKey(policy_key_path_, &policy_key_);
272 if (policy_key_.empty()) {
277 validator->ValidateSignature(policy_key_,
360 // Load |policy_key_| to verify the loaded policy.
521 policy_key_ = *key;
568 policy_key_, empty_key, ExtractDomain(username_), allow_rotation);
user_cloud_policy_store_chromeos.h 103 // Invokes |callback| after reloading |policy_key_|.
114 // Invokes |callback| after creating |policy_key_|, if it hasn't been created
141 std::string policy_key_; member in class:policy::UserCloudPolicyStoreChromeOS
  /external/chromium_org/components/policy/core/common/cloud/
user_cloud_policy_store.h 62 const std::string& policy_key() { return policy_key_; }
98 std::string policy_key_; member in class:policy::UserCloudPolicyStore
user_cloud_policy_store.cc 203 policy_key_.clear();
293 policy_key_.clear();
296 policy_key_ = signing_key;
367 DCHECK(policy_key_.empty() || policy_key_ == cached_key->signing_key());
390 if (policy_key_.empty()) {
398 // injected. |policy_key_| is already known to be valid, so no need to
402 policy_key_, verification_key, owning_domain, allow_rotation);
438 policy_key_ = validator->policy()->new_public_key();
  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.cc 98 policy_key_ = server_data_dir_.path().Append(kSigningKeyFileName);
100 policy_key_,
242 if (!policy_key_.empty())
243 arguments->SetString("policy-key", policy_key_.AsUTF8Unsafe());
local_policy_test_server.h 94 base::FilePath policy_key_; member in class:policy::LocalPolicyTestServer

Completed in 519 milliseconds