Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(427)

Unified Diff: chrome/browser/chromeos/login/easy_unlock/easy_unlock_types.cc

Issue 2863533003: [EasyUnlock] Serialize and store BeaconSeeds along as cryptohome key metadata. (Closed)
Patch Set: [EasyUnlock] Serialize and store BeaconSeeds along as cryptohome key metadata. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/login/easy_unlock/easy_unlock_types.cc
diff --git a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_types.cc b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_types.cc
index d955330655941212c323323de34f497afe139a74..f5bc8898736cd97931c420a5fad7305b546475c5 100644
--- a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_types.cc
+++ b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_types.cc
@@ -12,6 +12,7 @@ const char kEasyUnlockKeyMetaNamePsk[] = "eu.psk";
const char kEasyUnlockKeyMetaNamePubKey[] = "eu.pubkey";
const char kEasyUnlockKeyMetaNameChallenge[] = "eu.C";
const char kEasyUnlockKeyMetaNameWrappedSecret[] = "eu.WUK";
+const char kEasyUnlockKeyMetaNameSerializedBeaconSeeds[] = "eu.BS";
Ryan Hansberry 2017/05/09 02:44:08 I don't know much about how this is stored, but th
Tim Song 2017/05/10 18:23:26 These names are prefixed with "eu" (EasyUnlock), s
EasyUnlockDeviceKeyData::EasyUnlockDeviceKeyData()
: bluetooth_type(BLUETOOTH_CLASSIC) {}

Powered by Google App Engine
This is Rietveld 408576698