summaryrefslogtreecommitdiff
path: root/firmware/lib/include/vboot_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/include/vboot_common.h')
-rw-r--r--firmware/lib/include/vboot_common.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/firmware/lib/include/vboot_common.h b/firmware/lib/include/vboot_common.h
index b430fa15..6851f2f0 100644
--- a/firmware/lib/include/vboot_common.h
+++ b/firmware/lib/include/vboot_common.h
@@ -33,25 +33,5 @@ int PublicKeyCopy(struct vb2_packed_key *dest,
*/
vb2_error_t VerifyVmlinuzInsideKBlob(uint64_t kblob, uint64_t kblob_size,
uint64_t header, uint64_t header_size);
-/**
- * Initialize a verified boot shared data structure.
- *
- * Returns 0 if success, non-zero if error.
- */
-vb2_error_t VbSharedDataInit(VbSharedDataHeader *header, uint64_t size);
-
-/**
- * Reserve [size] bytes of the shared data area. Returns the offset of the
- * reserved data from the start of the shared data buffer, or 0 if error.
- */
-uint64_t VbSharedDataReserve(VbSharedDataHeader *header, uint64_t size);
-
-/**
- * Copy the kernel subkey into the shared data.
- *
- * Returns 0 if success, non-zero if error.
- */
-vb2_error_t VbSharedDataSetKernelKey(VbSharedDataHeader *header,
- const struct vb2_packed_key *src);
#endif /* VBOOT_REFERENCE_VBOOT_COMMON_H_ */