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

Unified Diff: chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.h

Issue 729803002: Easy Sign-in: Use TPM RSA key to sign nonce in sign-in protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.h
diff --git a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.h b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.h
index 3641b5c75eb1f3b7ab689940198c5aca6c0c4f0f..856d0094b510d4ca78b5065825c505684347ecfc 100644
--- a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.h
+++ b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.h
@@ -24,6 +24,7 @@ class EasyUnlockCreateKeysOperation {
typedef base::Callback<void (bool success)> CreateKeysCallback;
EasyUnlockCreateKeysOperation(
const UserContext& user_context,
+ const std::string& tpm_public_key,
const EasyUnlockDeviceKeyDataList& devices,
const CreateKeysCallback& callback);
~EasyUnlockCreateKeysOperation();
@@ -45,6 +46,7 @@ class EasyUnlockCreateKeysOperation {
cryptohome::MountError return_code);
UserContext user_context_;
+ std::string tpm_public_key_;
EasyUnlockDeviceKeyDataList devices_;
CreateKeysCallback callback_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698