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

  /external/chromium_org/chrome/browser/sync/glue/
chrome_encryptor.cc 18 bool ChromeEncryptor::DecryptString(const std::string& ciphertext,
20 return ::Encryptor::DecryptString(ciphertext, plaintext);
  /external/chromium_org/sync/test/
fake_encryptor.cc 18 bool FakeEncryptor::DecryptString(const std::string& ciphertext,
  /external/chromium/chrome/browser/password_manager/
encryptor_win.cc 21 if (!DecryptString(ciphertext, &utf8))
49 bool Encryptor::DecryptString(const std::string& ciphertext,
encryptor_linux.cc 65 if (!DecryptString(ciphertext, &utf8))
101 bool Encryptor::DecryptString(const std::string& ciphertext,
  /external/chromium_org/components/webdata/encryptor/
encryptor_win.cc 21 if (!DecryptString(ciphertext, &utf8))
49 bool Encryptor::DecryptString(const std::string& ciphertext,
encryptor_posix.cc 65 if (!DecryptString(ciphertext, &utf8))
101 bool Encryptor::DecryptString(const std::string& ciphertext,

Completed in 914 milliseconds