summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/cr50/tpm2/stubs.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/board/cr50/tpm2/stubs.c b/board/cr50/tpm2/stubs.c
index 2ffb1d40ba..56465f7eae 100644
--- a/board/cr50/tpm2/stubs.c
+++ b/board/cr50/tpm2/stubs.c
@@ -95,17 +95,6 @@ CRYPT_RESULT _cpri__TestKeyRSA(
return CRYPT_FAIL;
}
-int _math__Comp(
- const UINT32 aSize, // IN: size of a
- const BYTE * a, // IN: a buffer
- const UINT32 bSize, // IN: size of b
- const BYTE * b // IN: b buffer
- )
-{
- ecprintf("%s called\n", __func__);
- return -1;
-}
-
CRYPT_RESULT _math__Div(
const TPM2B * n, // IN: numerator
const TPM2B * d, // IN: denominator
@@ -117,17 +106,6 @@ CRYPT_RESULT _math__Div(
return CRYPT_FAIL;
}
-int _math__uComp(
- const UINT32 aSize, // IN: size of a
- const BYTE * a, // IN: a
- const UINT32 bSize, // IN: size of b
- const BYTE * b // IN: b
- )
-{
- ecprintf("%s called\n", __func__);
- return -1;
-}
-
void __assert_func(
const char *file,
int line,