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

Unified Diff: firmware/linktest/main.c

Issue 3027009: Added size param to VerifyData() (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 5 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/lib/vboot_kernel.c ('k') | firmware/version.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firmware/linktest/main.c
diff --git a/firmware/linktest/main.c b/firmware/linktest/main.c
index bff8f0067a79be55ea8f24b17cd6bc62f769f8de..966a345e0e77d2deb9c50c25c3364e8e9ba0cb3f 100644
--- a/firmware/linktest/main.c
+++ b/firmware/linktest/main.c
@@ -67,11 +67,11 @@ int main(void)
PublicKeyInit(0, 0, 0);
PublicKeyCopy(0, 0);
PublicKeyToRSA(0);
- VerifyData(0, 0, 0);
+ VerifyData(0, 0, 0, 0);
VerifyDigest(0, 0, 0);
KeyBlockVerify(0, 0, 0);
- VerifyFirmwarePreamble2(0, 0, 0);
- VerifyKernelPreamble2(0, 0, 0);
+ VerifyFirmwarePreamble(0, 0, 0);
+ VerifyKernelPreamble(0, 0, 0);
return 0;
}
« no previous file with comments | « firmware/lib/vboot_kernel.c ('k') | firmware/version.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698