Searched refs:DecryptString (Results 1 - 25 of 30) sorted by relevance

12

/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);
H A Dchrome_encryptor.h21 virtual bool DecryptString(const std::string& ciphertext,
H A Dchrome_encryptor_unittest.cc30 EXPECT_TRUE(encryptor_.DecryptString(ciphertext, &plaintext));
/external/chromium_org/content/public/browser/
H A Dcookie_crypto_delegate.h16 virtual bool DecryptString(const std::string& ciphertext,
/external/chromium_org/sync/test/
H A Dfake_encryptor.cc19 bool FakeEncryptor::DecryptString(const std::string& ciphertext, function in class:syncer::FakeEncryptor
H A Dfake_encryptor.h22 virtual bool DecryptString(const std::string& ciphertext,
/external/chromium_org/sync/util/
H A Dencryptor.h18 virtual bool DecryptString(const std::string& ciphertext,
H A Dcryptographer.cc281 if (!encryptor_->DecryptString(encrypted_data, &unencrypted_token)) {
/external/chromium/chrome/browser/password_manager/
H A Dencryptor_unittest.cc67 EXPECT_TRUE(Encryptor::DecryptString(ciphertext, &utf8_result));
73 EXPECT_TRUE(Encryptor::DecryptString(ciphertext, &utf8_result));
84 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result));
90 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result));
96 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result));
107 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result));
115 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result));
122 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result));
138 EXPECT_FALSE(Encryptor::DecryptString(ciphertext, &result));
H A Dencryptor.h39 static bool DecryptString(const std::string& ciphertext,
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_unittest.cc67 EXPECT_TRUE(Encryptor::DecryptString(ciphertext, &utf8_result));
73 EXPECT_TRUE(Encryptor::DecryptString(ciphertext, &utf8_result));
84 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result));
90 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result));
96 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result));
107 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result));
115 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result));
122 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result));
138 EXPECT_FALSE(Encryptor::DecryptString(ciphertext, &result));
H A Dencryptor.h38 static bool DecryptString(const std::string& ciphertext,
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/chrome/browser/sync/util/
H A Duser_settings_posix.cc57 if (!Encryptor::DecryptString(encrypted_service_token, service_token)) {
H A Dcryptographer.cc223 if (!Encryptor::DecryptString(encrypted_data, &unencrypted_token)) {
/external/chromium/chrome/browser/webdata/
H A Dtoken_service_table.cc83 Encryptor::DecryptString(encrypted_token, &decrypted_token);
/external/chromium_org/chrome/browser/webdata/
H A Dtoken_service_table.cc108 Encryptor::DecryptString(encrypted_token, &decrypted_token);
/external/chromium_org/chrome/browser/signin/
H A Dlocal_auth.cc94 return Encryptor::DecryptString(unbase64, decoded);
/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);
/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/components/autofill/core/browser/
H A Dautofill_ie_toolbar_import_win.cc89 if (Encryptor::DecryptString(data, &out_data)) {
/external/chromium_org/sync/tools/
H A Dsync_client.cc113 virtual bool DecryptString(const std::string& ciphertext,

Completed in 1241 milliseconds

12