Home
last modified time | relevance | path

Searched refs:kOtherKey (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/sync/internal_api/
Dsync_encryption_handler_impl_unittest.cc718 const char kOtherKey[] = "other"; in TEST_F() local
735 KeyParams other_key = {"localhost", "dummy", kOtherKey}; in TEST_F()
765 encryption_handler()->SetDecryptionPassphrase(kOtherKey); in TEST_F()
768 VerifyMigratedNigori(KEYSTORE_PASSPHRASE, kOtherKey); in TEST_F()
775 const char kOtherKey[] = "other"; in TEST_F() local
792 KeyParams other_key = {"localhost", "dummy", kOtherKey}; in TEST_F()
824 encryption_handler()->SetDecryptionPassphrase(kOtherKey); in TEST_F()
827 VerifyMigratedNigori(CUSTOM_PASSPHRASE, kOtherKey); in TEST_F()