Searched refs:DecryptString16 (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/browser/password_manager/ |
D | encryptor_unittest.cc | 38 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()
|
D | login_database_win.cc | 20 if (!Encryptor::DecryptString16(cipher_text, &plain_text)) in DecryptedString()
|
D | encryptor.h | 28 static bool DecryptString16(const std::string& ciphertext,
|
D | encryptor_win.cc | 18 bool Encryptor::DecryptString16(const std::string& ciphertext, in DecryptString16() function in Encryptor
|
D | encryptor_linux.cc | 62 bool Encryptor::DecryptString16(const std::string& ciphertext, in DecryptString16() function in Encryptor
|
D | encryptor_mac.mm | 75 bool Encryptor::DecryptString16(const std::string& ciphertext, function
|
/external/chromium/chrome/browser/webdata/ |
D | logins_table.cc | 35 Encryptor::DecryptString16(encrypted_password, &decrypted_password); in InitPasswordFormFromStatement()
|
D | autofill_table.cc | 138 Encryptor::DecryptString16(encrypted_number, &credit_card_number); in CreditCardFromStatement()
|