Searched defs:cipher_text (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/password_manager/
H A Dlogin_database_win.cc11 std::string cipher_text; local
12 if (!Encryptor::EncryptString16(plain_text, &cipher_text))
14 return cipher_text;
17 string16 LoginDatabase::DecryptedString(const std::string& cipher_text)
20 if (!Encryptor::DecryptString16(cipher_text, &plain_text))

Completed in 77 milliseconds