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

Unified Diff: src/tlcl/tlcl.h

Issue 2719006: Added TPM command to read space permissions, and a correctness test. (Closed) Base URL: ssh://git@chromiumos-git/tpm_lite.git
Patch Set: Alphabetize. Created 10 years, 6 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 | « src/tlcl/generator.c ('k') | src/tlcl/tlcl.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tlcl/tlcl.h
diff --git a/src/tlcl/tlcl.h b/src/tlcl/tlcl.h
index 6bbec5ca1d527d7a950e132fc2898ed7f764f918..e170cb8b8b8f62f2ef9a35ee0125a7bb29848730 100644
--- a/src/tlcl/tlcl.h
+++ b/src/tlcl/tlcl.h
@@ -149,4 +149,8 @@ uint32_t TlclSetGlobalLock(void);
*/
uint32_t TlclExtend(int pcr_num, uint8_t* in_digest, uint8_t* out_digest);
+/* Gets the permission bits for the NVRAM space with |index|.
+ */
+uint32_t TlclGetPermissions(uint32_t index, uint32_t* permissions);
+
#endif /* TPM_LITE_TLCL_H_ */
« no previous file with comments | « src/tlcl/generator.c ('k') | src/tlcl/tlcl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698