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

Unified Diff: vboot_firmware/linktest/main.c

Issue 2802002: Implemented pipelined hash calculation in LoadFirmware() (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Add comment 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 | « vboot_firmware/lib/vboot_firmware.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/linktest/main.c
diff --git a/vboot_firmware/linktest/main.c b/vboot_firmware/linktest/main.c
index 212f99de5c022684d9dccdd45b072a5c43254bf8..169b657824596f6cfd78f2406a39ff133e14fdc9 100644
--- a/vboot_firmware/linktest/main.c
+++ b/vboot_firmware/linktest/main.c
@@ -79,6 +79,7 @@ int main(void)
VerifySignatureInside(0, 0, 0);
PublicKeyToRSA(0);
VerifyData(0, 0, 0);
+ VerifyDigest(0, 0, 0);
KeyBlockVerify(0, 0, 0);
VerifyFirmwarePreamble2(0, 0, 0);
VerifyKernelPreamble2(0, 0, 0);
« no previous file with comments | « vboot_firmware/lib/vboot_firmware.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698