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

/external/chromium_org/components/gcm_driver/
H A Dsystem_encryptor.cc18 bool SystemEncryptor::DecryptString(const std::string& ciphertext, function in class:gcm::SystemEncryptor
20 return ::OSCrypt::DecryptString(ciphertext, plaintext);
/external/chromium_org/components/sync_driver/
H A Dsystem_encryptor.cc18 bool SystemEncryptor::DecryptString(const std::string& ciphertext, function in class:sync_driver::SystemEncryptor
20 return ::OSCrypt::DecryptString(ciphertext, plaintext);
/external/chromium_org/google_apis/gcm/base/
H A Dfake_encryptor.cc19 bool FakeEncryptor::DecryptString(const std::string& ciphertext, function in class:gcm::FakeEncryptor
/external/chromium_org/sync/test/
H A Dfake_encryptor.cc19 bool FakeEncryptor::DecryptString(const std::string& ciphertext, function in class:syncer::FakeEncryptor
/external/chromium_org/components/os_crypt/
H A Dos_crypt_win.cc22 if (!DecryptString(ciphertext, &utf8))
50 bool OSCrypt::DecryptString(const std::string& ciphertext, function in class:OSCrypt
H A Dos_crypt_posix.cc65 if (!DecryptString(ciphertext, &utf8))
101 bool OSCrypt::DecryptString(const std::string& ciphertext, function in class:OSCrypt
/external/chromium_org/chrome/browser/net/
H A Dcookie_store_util.cc134 virtual bool DecryptString(const std::string& ciphertext,
143 bool CookieOSCryptoDelegate::DecryptString(const std::string& ciphertext, function in class:chrome_browser_net::__anon4327::CookieOSCryptoDelegate
145 return OSCrypt::DecryptString(ciphertext, plaintext);
/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::__anon7270::CookieCryptor

Completed in 694 milliseconds