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

Unified Diff: vboot_firmware/lib/include/vboot_struct.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 | « utility/vbutil_key.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vboot_firmware/lib/include/vboot_struct.h
diff --git a/vboot_firmware/lib/include/vboot_struct.h b/vboot_firmware/lib/include/vboot_struct.h
index 9957e462b98cd38a9d516acded5382b9b94fa862..c77fa4bc747802965521d087fa12861ce4fa4f7f 100644
--- a/vboot_firmware/lib/include/vboot_struct.h
+++ b/vboot_firmware/lib/include/vboot_struct.h
@@ -26,7 +26,7 @@ typedef struct VbPublicKey {
typedef struct VbSignature {
uint64_t sig_offset; /* Offset of signature data from start of this
* struct */
- uint64_t sig_size; /* Size of signature data from start of this struct */
+ uint64_t sig_size; /* Size of signature data in bytes */
uint64_t data_size; /* Size of the data block which was signed in bytes */
} VbSignature;
« no previous file with comments | « utility/vbutil_key.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698