Home | History | Annotate | Download | only in autofill

Lines Matching defs:cc_key

151   RegKey cc_key;
152 cc_key.Create(HKEY_CURRENT_USER, kCreditCardKey, KEY_ALL_ACCESS);
153 EXPECT_TRUE(cc_key.Valid());
154 CreateSubkey(&cc_key, L"0", credit_card, arraysize(credit_card));
155 EncryptAndWrite(&cc_key, &empty_password);
156 EncryptAndWrite(&cc_key, &empty_salt);
159 cc_key.Close();
194 cc_key.Open(HKEY_CURRENT_USER, kCreditCardKey, KEY_ALL_ACCESS);
195 EXPECT_TRUE(cc_key.Valid());
196 EncryptAndWrite(&cc_key, &protected_password);
197 EncryptAndWrite(&cc_key, &protected_salt);
198 cc_key.Close();