Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/password_manager/
Dencryptor_unittest.cc38 EXPECT_TRUE(Encryptor::DecryptString16(ciphertext, &result)); in TEST_F()
44 EXPECT_TRUE(Encryptor::DecryptString16(ciphertext, &result)); in TEST_F()
51 EXPECT_TRUE(Encryptor::DecryptString16(ciphertext, &result)); in TEST_F()
65 EXPECT_TRUE(Encryptor::DecryptString16(ciphertext, &result)); in TEST_F()
71 EXPECT_TRUE(Encryptor::DecryptString16(ciphertext, &result)); in TEST_F()
Dlogin_database_win.cc20 if (!Encryptor::DecryptString16(cipher_text, &plain_text)) in DecryptedString()
Dencryptor.h28 static bool DecryptString16(const std::string& ciphertext,
Dencryptor_win.cc18 bool Encryptor::DecryptString16(const std::string& ciphertext, in DecryptString16() function in Encryptor
Dencryptor_linux.cc62 bool Encryptor::DecryptString16(const std::string& ciphertext, in DecryptString16() function in Encryptor
Dencryptor_mac.mm75 bool Encryptor::DecryptString16(const std::string& ciphertext, function
/external/chromium/chrome/browser/webdata/
Dlogins_table.cc35 Encryptor::DecryptString16(encrypted_password, &decrypted_password); in InitPasswordFormFromStatement()
Dautofill_table.cc138 Encryptor::DecryptString16(encrypted_number, &credit_card_number); in CreditCardFromStatement()