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; |