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

Unified Diff: firmware/include/tlcl.h

Issue 6696006: Update PCR state with the state of the firmware keyblock flags too. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: . Created 9 years, 9 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 | « firmware/Makefile ('k') | firmware/lib/include/tpm_bootmode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/include/tlcl.h
diff --git a/firmware/include/tlcl.h b/firmware/include/tlcl.h
index 95310541416072c4b7d968b5393de19c4bee14af..8e2af2c67c04029975c3879f3b5e0ea29a74e4df 100644
--- a/firmware/include/tlcl.h
+++ b/firmware/include/tlcl.h
@@ -127,7 +127,7 @@ uint32_t TlclSetGlobalLock(void);
/* Performs a TPM_Extend.
*/
-uint32_t TlclExtend(int pcr_num, uint8_t* in_digest, uint8_t* out_digest);
+uint32_t TlclExtend(int pcr_num, const uint8_t* in_digest, uint8_t* out_digest);
/* Gets the permission bits for the NVRAM space with |index|.
*/
« no previous file with comments | « firmware/Makefile ('k') | firmware/lib/include/tpm_bootmode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698