HomeSort by relevance Sort by last modified time
    Searched defs:encryption_handler (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sync/internal_api/test/
test_user_share.cc 62 SyncEncryptionHandler* TestUserShare::encryption_handler() { function in class:syncer::TestUserShare
63 return dir_maker_->encryption_handler();
  /external/chromium_org/sync/test/engine/
test_directory_setter_upper.h 70 SyncEncryptionHandler* encryption_handler() { return &encryption_handler_; } function in class:syncer::TestDirectorySetterUpper
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc 130 SyncEncryptionHandlerImpl* encryption_handler() { function in class:syncer::SyncEncryptionHandlerImplTest
163 if (!encryption_handler()->custom_passphrase_time().is_null()) {
166 encryption_handler()->custom_passphrase_time()));
217 EXPECT_TRUE(encryption_handler()->GetKeystoreDecryptor(
261 encryption_handler()->Init();
262 EXPECT_TRUE(encryption_handler()->MigratedToKeystore());
263 EXPECT_EQ(encryption_handler()->GetPassphraseType(), KEYSTORE_PASSPHRASE);
264 EXPECT_FALSE(encryption_handler()->EncryptEverythingEnabled());
292 encryption_handler()->Init();
293 EXPECT_TRUE(encryption_handler()->MigratedToKeystore())
    [all...]

Completed in 126 milliseconds