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

Unified Diff: host/include/host_common.h

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/Makefile ('k') | host/include/host_key.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: host/include/host_common.h
diff --git a/host/include/host_common.h b/host/include/host_common.h
index cd7c06318ed95a29147b2596d8a17aa122127708..ad71ab521bf7c5b60745832235b74ace81f2c2d8 100644
--- a/host/include/host_common.h
+++ b/host/include/host_common.h
@@ -12,6 +12,7 @@
#include "cryptolib.h"
#include "host_key.h"
+#include "host_misc.h"
#include "host_signature.h"
#include "utility.h"
#include "vboot_struct.h"
@@ -46,6 +47,7 @@ VbKernelPreambleHeader* CreateKernelPreamble(
uint64_t bootloader_address,
uint64_t bootloader_size,
const VbSignature* body_signature,
+ uint64_t desired_size,
const VbPrivateKey* signing_key);
#endif /* VBOOT_REFERENCE_HOST_COMMON_H_ */
« no previous file with comments | « host/Makefile ('k') | host/include/host_key.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698