Searched defs:DecryptString (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dchrome_encryptor.cc18 bool ChromeEncryptor::DecryptString(const std::string& ciphertext, function in class:browser_sync::ChromeEncryptor
20 return ::Encryptor::DecryptString(ciphertext, plaintext);
/external/chromium_org/sync/test/
H A Dfake_encryptor.cc19 bool FakeEncryptor::DecryptString(const std::string& ciphertext, function in class:syncer::FakeEncryptor
/external/chromium/chrome/browser/password_manager/
H A Dencryptor_win.cc21 if (!DecryptString(ciphertext, &utf8))
49 bool Encryptor::DecryptString(const std::string& ciphertext, function in class:Encryptor
H A Dencryptor_linux.cc65 if (!DecryptString(ciphertext, &utf8))
101 bool Encryptor::DecryptString(const std::string& ciphertext, function in class:Encryptor
/external/chromium_org/components/webdata/encryptor/
H A Dencryptor_win.cc21 if (!DecryptString(ciphertext, &utf8))
49 bool Encryptor::DecryptString(const std::string& ciphertext, function in class:Encryptor
H A Dencryptor_posix.cc65 if (!DecryptString(ciphertext, &utf8))
101 bool Encryptor::DecryptString(const std::string& ciphertext, function in class:Encryptor
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc45 virtual bool DecryptString(const std::string& ciphertext,
65 bool CookieCryptor::DecryptString(const std::string& ciphertext, function in class:content::__anon8094::CookieCryptor
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl_io_data.cc68 virtual bool DecryptString(const std::string& ciphertext,
77 bool CookieOSCryptoDelegate::DecryptString(const std::string& ciphertext, function in class:__anon5789::CookieOSCryptoDelegate
79 return Encryptor::DecryptString(ciphertext, plaintext);

Completed in 264 milliseconds