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

Unified Diff: host/linktest/main.c

Issue 2729021: Clean up of key block functions (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: More key block cleanup 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_keyblock.c ('k') | tests/vboot_common3_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 f1030ce73a675666f3acffeedbf6d1afd6291a80..b8db1211b9f8b95aa3977d25f12a1937eb66428f 100644
--- a/host/linktest/main.c
+++ b/host/linktest/main.c
@@ -14,6 +14,11 @@ int main(void)
PublicKeyReadKeyb(0, 0, 0);
PublicKeyWrite(0, 0);
+ /* host_keyblock.h */
+ KeyBlockCreate(0, 0, 0);
+ KeyBlockRead(0);
+ KeyBlockWrite(0, 0);
+
/* host_misc.h */
ReadFile(0, 0);
WriteFile(0, 0, 0);
@@ -26,7 +31,6 @@ int main(void)
CalculateSignature(0, 0, 0);
/* host_common.h */
- CreateKeyBlock(0, 0, 0);
CreateFirmwarePreamble(0, 0, 0, 0);
CreateKernelPreamble(0, 0, 0, 0, 0, 0, 0);
« no previous file with comments | « host/lib/host_keyblock.c ('k') | tests/vboot_common3_tests.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698