HomeSort by relevance Sort by last modified time
    Searched refs:CanDecrypt (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/sync/util/
cryptographer_unittest.cc 25 EXPECT_FALSE(cryptographer.CanDecrypt(encrypted));
39 EXPECT_FALSE(cryptographer.CanDecrypt(encrypted));
122 EXPECT_FALSE(cryptographer.CanDecrypt(nigori));
cryptographer.h 40 // CanDecrypt should be used to verify whether the Cryptographer can decrypt
61 bool CanDecrypt(const sync_pb::EncryptedData& encrypted) const;
93 // responsible for checking that CanDecrypt(encrypted) == true.
97 // DecryptPendingKeys. This should only be used if CanDecrypt(encrypted) ==
cryptographer.cc 35 bool Cryptographer::CanDecrypt(const sync_pb::EncryptedData& data) const {
76 return std::string(""); // Caller should have called CanDecrypt(encrypt).
134 DCHECK(CanDecrypt(encrypted));
145 DCHECK(!CanDecrypt(encrypted));
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 298 if (cryptographer->CanDecrypt(nigori.encrypted())) {
337 !cryptographer->CanDecrypt(specifics.encrypted())) {
344 if (!cryptographer->CanDecrypt(password.encrypted())) {
    [all...]
syncapi.cc     [all...]

Completed in 30 milliseconds