Home | History | Annotate | Download | only in browser

Lines Matching defs:cc_key

152   RegKey cc_key;
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);
199 EncryptAndWrite(&cc_key, &protected_salt);
200 cc_key.Close();