HomeSort by relevance Sort by last modified time
    Searched refs:ReadAndDecryptValue (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_ie_toolbar_import_win.cc 64 string16 ReadAndDecryptValue(RegKey* key, const wchar_t* value_name) {
141 string16 field_value = ReadAndDecryptValue(key, value_name.c_str());
234 password_hash = ReadAndDecryptValue(&cc_key, kPasswordHashValue);
235 salt = ReadAndDecryptValue(&cc_key, kSaltValue);
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win.cc 77 base::string16 ReadAndDecryptValue(const RegKey& key,
159 base::string16 field_value = ReadAndDecryptValue(key, value_name.c_str());
277 password_hash = ReadAndDecryptValue(cc_key, kPasswordHashValue);
278 salt = ReadAndDecryptValue(cc_key, kSaltValue);

Completed in 63 milliseconds