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

Unified Diff: src/tlcl/tlcl_internal.h

Issue 2663002: Add space redefinition test, early NV read test and early extend test. (Closed) Base URL: ssh://git@chromiumos-git/tpm_lite.git
Patch Set: Fix printf 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
« src/testsuite/earlyextend.c ('K') | « src/tlcl/tlcl.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tlcl/tlcl_internal.h
diff --git a/src/tlcl/tlcl_internal.h b/src/tlcl/tlcl_internal.h
index e1059ee7532cfeaadc35148f4ccec71c074997e7..520dfde590e2faf4f60278e6f40fad9e04181e3d 100644
--- a/src/tlcl/tlcl_internal.h
+++ b/src/tlcl/tlcl_internal.h
@@ -61,5 +61,6 @@ const int kTpmRequestHeaderLength = 10;
const int kTpmResponseHeaderLength = 10;
const int kTpmReadInfoLength = 12;
const int kEncAuthLength = 20;
+const int kPcrDigestLength = 20;
#endif /* TPM_LITE_TLCL_INTERNAL_H_ */
« src/testsuite/earlyextend.c ('K') | « src/tlcl/tlcl.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698