summaryrefslogtreecommitdiff
path: root/futility/futility.h
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2021-04-29 13:24:16 -0600
committerCommit Bot <commit-bot@chromium.org>2021-05-01 05:18:25 +0000
commit3d27fecc625d2ed5d5162f079c85b0dfbc93398b (patch)
treea404d9dacebe9905c172653a9be2b397d16b6b1f /futility/futility.h
parent32cb4ad65a87da05c4a103068497cf87ad87e4a9 (diff)
downloadvboot-3d27fecc625d2ed5d5162f079c85b0dfbc93398b.tar.gz
cleanup: remove ryu roothash functionality
Ryu was a canceled Chrome OS project (it launched with Android instead). 6 years later and this unused code is still kicking around. Delete it. BUG=b:186777279 BRANCH=none TEST=compile futility Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Change-Id: Ic359413bc22a51ac8839e3e062234b1fd99a262c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/2861022 Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Diffstat (limited to 'futility/futility.h')
-rw-r--r--futility/futility.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/futility/futility.h b/futility/futility.h
index 881189cd..1f34713e 100644
--- a/futility/futility.h
+++ b/futility/futility.h
@@ -116,14 +116,6 @@ int print_hwid_digest(struct vb2_gbb_header *gbb,
/* Copies a file or dies with an error message */
void futil_copy_file_or_die(const char *infile, const char *outfile);
-/* Update ryu root key header in the image */
-int fill_ryu_root_header(uint8_t *ptr, size_t size,
- const struct vb2_gbb_header *gbb);
-
-/* Verify ryu root key header */
-int verify_ryu_root_header(uint8_t *ptr, size_t size,
- const struct vb2_gbb_header *gbb);
-
/* Possible file operation errors */
enum futil_file_err {
FILE_ERR_NONE,