summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2api.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2api.h')
-rw-r--r--firmware/2lib/include/2api.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/firmware/2lib/include/2api.h b/firmware/2lib/include/2api.h
index c0727c76..1ce6a09f 100644
--- a/firmware/2lib/include/2api.h
+++ b/firmware/2lib/include/2api.h
@@ -297,11 +297,6 @@ int vb2api_fw_phase2(struct vb2_context *ctx);
int vb2api_fw_phase3(struct vb2_context *ctx);
/**
- * Same, but for new-style structs.
- */
-int vb2api_fw_phase3_2(struct vb2_context *ctx);
-
-/**
* Initialize hashing data for the specified tag.
*
* @param ctx Vboot context
@@ -341,11 +336,6 @@ int vb2api_extend_hash(struct vb2_context *ctx,
*/
int vb2api_check_hash(struct vb2_context *ctx);
-/**
- * Same, but for new-style structs.
- */
-int vb2api_check_hash2(struct vb2_context *ctx);
-
/*****************************************************************************/
/* APIs provided by the caller to verified boot */