Searched refs:DecryptString16 (Results 1 - 7 of 7) sorted by relevance

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

Completed in 83 milliseconds