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

Unified Diff: utility/include/firmware_utility.h

Issue 2696003: Add option to specify a kernel subkey signing key to firmware signing utility. (Closed) Base URL: ssh://git@gitrw.chromium.org/vboot_reference.git
Patch Set: 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/firmware_utility.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/include/firmware_utility.h
diff --git a/utility/include/firmware_utility.h b/utility/include/firmware_utility.h
index 663536a25cca48465e2373d858fe52d9d7ea1b00..27c154fa7d4ebdb72ab3e98906c8eb316715d5db 100644
--- a/utility/include/firmware_utility.h
+++ b/utility/include/firmware_utility.h
@@ -59,9 +59,11 @@ class FirmwareUtility {
std::string subkey_in_file_; // Existing key signature header.
std::string in_file_;
std::string out_file_;
+ std::string kernel_subkey_sign_pub_file_;
int firmware_key_version_;
int firmware_sign_algorithm_;
int firmware_version_;
+ int kernel_subkey_sign_algorithm_;
bool is_generate_; // Are we generating a new image?
bool is_verify_; // Are we just verifying an already signed image?
bool is_describe_; // Should we print out description of the image?
« no previous file with comments | « utility/firmware_utility.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698