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

Unified Diff: host/linktest/main.c

Issue 2762009: Add vbutil_key (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Util to pack/unpack .vbpubk files 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 | « host/lib/host_misc.c ('k') | tests/vboot_common2_tests.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: host/linktest/main.c
diff --git a/host/linktest/main.c b/host/linktest/main.c
index 91fc5aff6666d792bec06b25f54ccc74023eb10a..767a902575bbaacfe26b188a5add07bf169a270d 100644
--- a/host/linktest/main.c
+++ b/host/linktest/main.c
@@ -10,7 +10,12 @@ int main(void)
PublicKeyInit(0, 0, 0);
PublicKeyAlloc(0, 0, 0);
PublicKeyCopy(0, 0);
- PublicKeyRead(0, 0, 0);
+ PublicKeyRead(0);
+ PublicKeyReadKeyb(0, 0, 0);
+ PublicKeyWrite(0, 0);
+
+ /* host_misc.h */
+ ReadFile(0, 0);
/* host_signature.h */
SignatureInit(0, 0, 0, 0);
@@ -22,7 +27,7 @@ int main(void)
/* host_common.h */
CreateKeyBlock(0, 0, 0);
CreateFirmwarePreamble(0, 0, 0, 0);
- CreateKernelPreamble(0, 0, 0, 0, 0, 0);
+ CreateKernelPreamble(0, 0, 0, 0, 0, 0, 0);
return 0;
}
« no previous file with comments | « host/lib/host_misc.c ('k') | tests/vboot_common2_tests.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698