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

Unified Diff: tpm.h

Issue 3177029: Upgrade TPM key storage from downlevel versions. (Closed) Base URL: http://src.chromium.org/git/cryptohome.git
Patch Set: Created 10 years, 4 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
« no previous file with comments | « mount.cc ('k') | tpm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tpm.h
diff --git a/tpm.h b/tpm.h
index c832c495dfbac8233f5cfffa5e58f1dd7cfaed5b..028677445a928e5722cfbfe0f8ebd6b120f1945d 100644
--- a/tpm.h
+++ b/tpm.h
@@ -105,6 +105,9 @@ class Tpm {
}
private:
+ bool SaveCryptohomeKey(TSS_HCONTEXT context_handle,
+ TSS_HKEY key_handle) const;
+
bool LoadSrk(TSS_HCONTEXT context_handle, TSS_HKEY* srk_handle) const;
bool OpenAndConnectTpm(TSS_HCONTEXT* context_handle) const;
« no previous file with comments | « mount.cc ('k') | tpm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698