summaryrefslogtreecommitdiff
path: root/firmware/lib/include/vboot_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/include/vboot_test.h')
-rw-r--r--firmware/lib/include/vboot_test.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/firmware/lib/include/vboot_test.h b/firmware/lib/include/vboot_test.h
index f66cfece..3cfe6377 100644
--- a/firmware/lib/include/vboot_test.h
+++ b/firmware/lib/include/vboot_test.h
@@ -9,21 +9,6 @@
#define VBOOT_REFERENCE_TEST_API_H_
/****************************************************************************
- * 2rsa.c
- *
- * Internal functions from 2rsa.c that have error conditions we can't trigger
- * from the public APIs. These include checks for bad algorithms where the
- * next call level up already checks for bad algorithms, etc.
- *
- * These functions aren't in 2rsa.h because they're not part of the public
- * APIs.
- */
-struct vb2_public_key;
-int vb2_mont_ge(const struct vb2_public_key *key, uint32_t *a);
-vb2_error_t vb2_check_padding(const uint8_t *sig,
- const struct vb2_public_key *key);
-
-/****************************************************************************
* vboot_api_kernel.c */
struct LoadKernelParams;