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

  /external/chromium_org/components/gcm_driver/
system_encryptor.cc 18 bool SystemEncryptor::DecryptString(const std::string& ciphertext,
20 return ::OSCrypt::DecryptString(ciphertext, plaintext);
  /external/chromium_org/components/sync_driver/
system_encryptor.cc 18 bool SystemEncryptor::DecryptString(const std::string& ciphertext,
20 return ::OSCrypt::DecryptString(ciphertext, plaintext);
  /external/chromium_org/google_apis/gcm/base/
fake_encryptor.cc 19 bool FakeEncryptor::DecryptString(const std::string& ciphertext,
  /external/chromium_org/sync/test/
fake_encryptor.cc 19 bool FakeEncryptor::DecryptString(const std::string& ciphertext,
  /external/chromium_org/components/os_crypt/
os_crypt_win.cc 22 if (!DecryptString(ciphertext, &utf8))
50 bool OSCrypt::DecryptString(const std::string& ciphertext,
os_crypt_posix.cc 65 if (!DecryptString(ciphertext, &utf8))
101 bool OSCrypt::DecryptString(const std::string& ciphertext,
  /external/chromium_org/chrome/browser/net/
cookie_store_util.cc 134 virtual bool DecryptString(const std::string& ciphertext,
143 bool CookieOSCryptoDelegate::DecryptString(const std::string& ciphertext,
145 return OSCrypt::DecryptString(ciphertext, plaintext);
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc 45 virtual bool DecryptString(const std::string& ciphertext,
65 bool CookieCryptor::DecryptString(const std::string& ciphertext,

Completed in 478 milliseconds