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

/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl_unittest.cc43 static const char kRawKeystoreKey[] = "keystore_key";
195 const std::string& keystore_key) {
201 default_key = keystore_key;
203 KeyParams keystore_params = {"localhost", "dummy", keystore_key};
219 keystore_key,
238 const std::string& keystore_key) {
247 keystore_key);
1079 KeyParams keystore_key = {"localhost", "dummy", kKeystoreKey}; local
1080 keystore_cryptographer.AddKey(keystore_key);
1159 KeyParams keystore_key local
191 BuildMigratedNigori( PassphraseType passphrase_type, int64 migration_time, const std::string& default_passphrase, const std::string& keystore_key) argument
236 InitKeystoreMigratedNigori(int64 migration_time, const std::string& default_passphrase, const std::string& keystore_key) argument
1237 KeyParams keystore_key = {"localhost", "dummy", kKeystoreKey}; local
1484 KeyParams keystore_key = {"localhost", "dummy", kKeystoreKey}; local
1574 KeyParams keystore_key = {"localhost", "dummy", kKeystoreKey}; local
1600 KeyParams keystore_key = {"localhost", "dummy", kKeystoreKey}; local
1707 KeyParams keystore_key = {"localhost", "dummy", kKeystoreKey}; local
1802 KeyParams keystore_key = {"localhost", "dummy", kKeystoreKey}; local
[all...]
H A Dsync_encryption_handler_impl.cc1516 const std::string& keystore_key,
1519 DCHECK(!keystore_key.empty());
1528 KeyParams key_params = {"localhost", "dummy", keystore_key};
1563 const std::string& keystore_key,
1514 GetKeystoreDecryptor( const Cryptographer& cryptographer, const std::string& keystore_key, sync_pb::EncryptedData* encrypted_blob) argument
1562 DecryptPendingKeysWithKeystoreKey( const std::string& keystore_key, const sync_pb::EncryptedData& keystore_decryptor_token, Cryptographer* cryptographer) argument

Completed in 242 milliseconds