Home
last modified time | relevance | path

Searched refs:DecryptString (Results 1 – 8 of 8) sorted by relevance

/external/chromium/chrome/browser/password_manager/
Dencryptor_unittest.cc67 EXPECT_TRUE(Encryptor::DecryptString(ciphertext, &utf8_result)); in TEST_F()
73 EXPECT_TRUE(Encryptor::DecryptString(ciphertext, &utf8_result)); in TEST_F()
84 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result)); in TEST_F()
90 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result)); in TEST_F()
96 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result)); in TEST_F()
107 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result)); in TEST_F()
115 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result)); in TEST_F()
122 ASSERT_TRUE(Encryptor::DecryptString(ciphertext, &result)); in TEST_F()
138 EXPECT_FALSE(Encryptor::DecryptString(ciphertext, &result)); in TEST_F()
Dencryptor_win.cc21 if (!DecryptString(ciphertext, &utf8)) in DecryptString16()
49 bool Encryptor::DecryptString(const std::string& ciphertext, in DecryptString() function in Encryptor
Dencryptor_linux.cc65 if (!DecryptString(ciphertext, &utf8)) in DecryptString16()
101 bool Encryptor::DecryptString(const std::string& ciphertext, in DecryptString() function in Encryptor
Dencryptor.h39 static bool DecryptString(const std::string& ciphertext,
Dencryptor_mac.mm78 if (!DecryptString(ciphertext, &utf8))
109 bool Encryptor::DecryptString(const std::string& ciphertext, function
/external/chromium/chrome/browser/sync/util/
Duser_settings_posix.cc57 if (!Encryptor::DecryptString(encrypted_service_token, service_token)) { in GetLastUserAndServiceToken()
Dcryptographer.cc223 if (!Encryptor::DecryptString(encrypted_data, &unencrypted_token)) { in UnpackBootstrapToken()
/external/chromium/chrome/browser/webdata/
Dtoken_service_table.cc83 Encryptor::DecryptString(encrypted_token, &decrypted_token); in GetAllTokens()