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

  /external/chromium_org/sync/internal_api/
base_transaction.cc 23 Cryptographer* BaseTransaction::GetCryptographer() const {
24 return GetDirectory()->GetCryptographer(this->GetWrappedTrans());
sync_encryption_handler_impl_unittest.cc 134 Cryptographer* GetCryptographer() {
197 Cryptographer other_cryptographer(GetCryptographer()->encryptor());
304 Cryptographer other_cryptographer(GetCryptographer()->encryptor());
528 Cryptographer other_cryptographer(GetCryptographer()->encryptor());
542 GetCryptographer()->AddKey(old_key);
543 GetCryptographer()->AddKey(current_key);
544 GetCryptographer()->Encrypt(
547 GetCryptographer()->GetKeys(
576 EXPECT_TRUE(GetCryptographer()->is_ready());
577 EXPECT_FALSE(GetCryptographer()->has_pending_keys())
    [all...]
  /external/chromium_org/sync/syncable/
directory.cc     [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 549 Cryptographer* GetCryptographer(syncable::BaseTransaction* trans) {
550 return directory()->GetCryptographer(trans);
713 GetCryptographer(&wtrans)->AddKey(key_params);
714 GetCryptographer(&wtrans)->Encrypt(bookmark,
716 GetCryptographer(&wtrans)->SetPendingKeys(nigori->encryption_keybag());
754 GetCryptographer(&rtrans)->DecryptPendingKeys(other_params);
825 GetCryptographer(&wtrans)->SetPendingKeys(nigori->encryption_keybag());
826 EXPECT_TRUE(GetCryptographer(&wtrans)->has_pending_keys());
    [all...]

Completed in 848 milliseconds