HomeSort by relevance Sort by last modified time
    Searched full:cc_key (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win_unittest.cc 152 RegKey cc_key; local
153 cc_key.Create(HKEY_CURRENT_USER, kCreditCardKey, KEY_ALL_ACCESS);
154 EXPECT_TRUE(cc_key.Valid());
155 CreateSubkey(&cc_key, L"0", credit_card, arraysize(credit_card));
156 EncryptAndWrite(&cc_key, &empty_password);
157 EncryptAndWrite(&cc_key, &empty_salt);
160 cc_key.Close();
196 cc_key.Open(HKEY_CURRENT_USER, kCreditCardKey, KEY_ALL_ACCESS);
197 EXPECT_TRUE(cc_key.Valid());
198 EncryptAndWrite(&cc_key, &protected_password)
    [all...]
autofill_ie_toolbar_import_win.cc 275 RegKey cc_key(HKEY_CURRENT_USER, kCreditCardKey, KEY_READ);
276 if (cc_key.Valid()) {
277 password_hash = ReadAndDecryptValue(cc_key, kPasswordHashValue);
278 salt = ReadAndDecryptValue(cc_key, kSaltValue);
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
fake_downloader.cc 75 std::string cc_key = RemoveLanguageCode(CCKey(key)); local
77 std::string url = FakeDownloader::kFakeDataUrl + cc_key;

Completed in 493 milliseconds