Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/util/
Dcryptographer.h84 bool GetKeys(sync_pb::EncryptedData* encrypted) const;
Dcryptographer_unittest.cc117 EXPECT_TRUE(cryptographer.GetKeys(&nigori)); in TEST()
Dcryptographer.cc87 bool Cryptographer::GetKeys(sync_pb::EncryptedData* encrypted) const { in GetKeys() function in browser_sync::Cryptographer
/external/chromium/chrome/browser/sync/engine/
Dapply_updates_command_unittest.cc340 other_cryptographer.GetKeys(nigori->mutable_encrypted()); in TEST_F()
408 cryptographer->GetKeys(nigori->mutable_encrypted()); in TEST_F()
505 other_cryptographer.GetKeys(nigori->mutable_encrypted()); in TEST_F()
Dsyncapi_unittest.cc729 cryptographer->GetKeys(nigori.mutable_encrypted()); in SetUpEncryption()
Dsyncapi.cc1991 cryptographer->GetKeys(specifics.mutable_encrypted()); in SetPassphrase()
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
DSDL_main.c69 GetKeys(theKeyMap); in CommandKeyIsDown()
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
DSDL_macevents.c218 GetKeys(keys); in Mac_HandleEvents()