Searched refs:CanDecrypt (Results 1 – 5 of 5) sorted by relevance
25 EXPECT_FALSE(cryptographer.CanDecrypt(encrypted)); in TEST()39 EXPECT_FALSE(cryptographer.CanDecrypt(encrypted)); in TEST()122 EXPECT_FALSE(cryptographer.CanDecrypt(nigori)); in TEST()
35 bool Cryptographer::CanDecrypt(const sync_pb::EncryptedData& data) const { in CanDecrypt() function in browser_sync::Cryptographer134 DCHECK(CanDecrypt(encrypted)); in SetKeys()145 DCHECK(!CanDecrypt(encrypted)); in SetPendingKeys()
61 bool CanDecrypt(const sync_pb::EncryptedData& encrypted) const;
298 if (cryptographer->CanDecrypt(nigori.encrypted())) { in AttemptToUpdateEntry()337 !cryptographer->CanDecrypt(specifics.encrypted())) { in AttemptToUpdateEntry()344 if (!cryptographer->CanDecrypt(password.encrypted())) { in AttemptToUpdateEntry()
1789 if (cryptographer->CanDecrypt(nigori.encrypted())) { in BootstrapEncryption()2500 DCHECK(!cryptographer->CanDecrypt(nigori.encrypted())); in OnSyncEngineEvent()