summaryrefslogtreecommitdiff
path: root/tests/vb2_rsa_utility_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vb2_rsa_utility_tests.c')
-rw-r--r--tests/vb2_rsa_utility_tests.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/tests/vb2_rsa_utility_tests.c b/tests/vb2_rsa_utility_tests.c
index 63307b1a..58203b23 100644
--- a/tests/vb2_rsa_utility_tests.c
+++ b/tests/vb2_rsa_utility_tests.c
@@ -16,17 +16,7 @@
#include "test_common.h"
#include "utility.h"
#include "vboot_api.h"
-
-/*
- * 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.
- */
-int vb2_mont_ge(const struct vb2_public_key *key, uint32_t *a);
-int vb2_check_padding(const uint8_t *sig, const struct vb2_public_key *key);
+#include "vboot_test.h"
/**
* Test RSA utility funcs