Searched defs:verification_key (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
H A Duser_cloud_policy_store.cc134 const std::string& verification_key,
152 key_info.set_verification_key(verification_key);
168 const std::string& verification_key,
173 verification_key_(verification_key),
181 const std::string& verification_key,
188 policy_path, key_path, verification_key, background_task_runner));
258 const std::string& verification_key = verification_key_; local
260 key->verification_key() != verification_key_) {
266 // TODO(atwilson): Add code to update |verification_key| to point to
273 verification_key,
131 StorePolicyToDiskOnBackgroundThread( const base::FilePath& policy_path, const base::FilePath& key_path, const std::string& verification_key, const em::PolicyFetchResponse& policy) argument
165 UserCloudPolicyStore( const base::FilePath& policy_path, const base::FilePath& key_path, const std::string& verification_key, scoped_refptr<base::SequencedTaskRunner> background_task_runner) argument
179 Create( const base::FilePath& profile_path, const std::string& verification_key, scoped_refptr<base::SequencedTaskRunner> background_task_runner) argument
337 Validate( scoped_ptr<em::PolicyFetchResponse> policy, scoped_ptr<em::PolicySigningKey> cached_key, const std::string& verification_key, bool validate_in_background, const UserCloudPolicyValidator::CompletionCallback& callback) argument
[all...]
H A Dcloud_policy_validator.cc122 const std::string& verification_key,
125 set_verification_key_and_domain(verification_key, owning_domain);
132 const std::string& verification_key,
136 set_verification_key_and_domain(verification_key, owning_domain);
142 const std::string& verification_key,
145 set_verification_key_and_domain(verification_key, owning_domain);
306 const std::string& verification_key,
308 DCHECK(!verification_key.empty());
327 return VerifySignature(signed_data_as_string, verification_key, signature,
342 const std::string& verification_key, cons
119 ValidateCachedKey( const std::string& cached_key, const std::string& cached_key_signature, const std::string& verification_key, const std::string& owning_domain) argument
130 ValidateSignature( const std::string& key, const std::string& verification_key, const std::string& owning_domain, bool allow_key_rotation) argument
141 ValidateInitialKey( const std::string& verification_key, const std::string& owning_domain) argument
304 CheckVerificationKeySignature( const std::string& key, const std::string& verification_key, const std::string& signature) argument
341 set_verification_key_and_domain( const std::string& verification_key, const std::string& owning_domain) argument
[all...]

Completed in 578 milliseconds