summaryrefslogtreecommitdiff
path: root/board/cr50/dcrypto/sha_hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/dcrypto/sha_hw.c')
-rw-r--r--board/cr50/dcrypto/sha_hw.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/cr50/dcrypto/sha_hw.c b/board/cr50/dcrypto/sha_hw.c
index 7d70d71c86..28ede02143 100644
--- a/board/cr50/dcrypto/sha_hw.c
+++ b/board/cr50/dcrypto/sha_hw.c
@@ -354,10 +354,6 @@ const struct sha256_digest *SHA256_hw_hash(const void *data, size_t n,
return digest;
}
-/* For compatibility with chip/g code. */
-const uint8_t *DCRYPTO_SHA1_hash(const void *data, size_t n, uint8_t *digest)
- __alias(SHA1_hw_hash);
-
const struct sha256_digest *HMAC_SHA256_hw_final(struct hmac_sha256_ctx *ctx)
{
return HMAC_SHA256_final(ctx);