Home
last modified time | relevance | path

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

/external/chromium_org/sync/internal_api/
Dsync_encryption_handler_impl_unittest.cc1073 sync_pb::EncryptedData current_encrypted; in TEST_F() local
1074 other_cryptographer.EncryptString("string", &current_encrypted); in TEST_F()
1075 EXPECT_TRUE(GetCryptographer()->CanDecryptUsingDefaultKey(current_encrypted)); in TEST_F()
1153 sync_pb::EncryptedData current_encrypted; in TEST_F() local
1154 other_cryptographer.EncryptString("string", &current_encrypted); in TEST_F()
1155 EXPECT_TRUE(GetCryptographer()->CanDecryptUsingDefaultKey(current_encrypted)); in TEST_F()
1231 sync_pb::EncryptedData current_encrypted; in TEST_F() local
1232 other_cryptographer.EncryptString("string", &current_encrypted); in TEST_F()
1233 EXPECT_TRUE(GetCryptographer()->CanDecryptUsingDefaultKey(current_encrypted)); in TEST_F()
1478 sync_pb::EncryptedData current_encrypted; in TEST_F() local
[all …]