mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-25 18:55:24 +00:00
vboot: Convert vboot1 SHA calls to use vboot2
This change replaces all calls to the old vboot1 SHA library with their vboot2 equivalents. This is the first in a long series of changes to move the core vboot kernel verification into vb2, and the control/display loop out to depthcharge. BUG=chromium:611535 BRANCH=none TEST=make runtests; build samus firmware and boot it Change-Id: I31986eb766176c0e39a192c5ce15730471c3cf94 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/344342 Tested-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
b3a625f8fe
commit
7c3ae42e04
@@ -31,9 +31,6 @@ extern const int digestinfo_size_map[];
|
||||
extern const int siglen_map[];
|
||||
extern const uint8_t* const padding_map[];
|
||||
extern const int padding_size_map[];
|
||||
extern const int hash_type_map[];
|
||||
extern const int hash_size_map[];
|
||||
extern const int hash_blocksize_map[];
|
||||
extern const uint8_t* const hash_digestinfo_map[];
|
||||
extern const char* const algo_strings[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user