summaryrefslogtreecommitdiff
path: root/board/cr50/tpm2/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/tpm2/stubs.c')
-rw-r--r--board/cr50/tpm2/stubs.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/board/cr50/tpm2/stubs.c b/board/cr50/tpm2/stubs.c
index 56465f7eae..257889a652 100644
--- a/board/cr50/tpm2/stubs.c
+++ b/board/cr50/tpm2/stubs.c
@@ -81,20 +81,6 @@ BOOL _cpri__Startup(
return 1;
}
-CRYPT_RESULT _cpri__TestKeyRSA(
- TPM2B * d, // OUT: the address to receive the
- // private exponent
- UINT32 exponent, // IN: the public modulu
- TPM2B * publicKey, // IN/OUT: an input if only one prime is
- // provided. an output if both primes are provided
- TPM2B * prime1, // IN: a first prime
- TPM2B * prime2 // IN: an optional second prime
- )
-{
- ecprintf("%s called\n", __func__);
- return CRYPT_FAIL;
-}
-
CRYPT_RESULT _math__Div(
const TPM2B * n, // IN: numerator
const TPM2B * d, // IN: denominator