summaryrefslogtreecommitdiff
path: root/include/crypto/sm3.h
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2025-04-18 11:00:57 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2025-04-23 15:52:47 +0800
commit9939049085bb80205b5e7e5b2b1d594f2731917f (patch)
treebf5282285f7376f086c79bd58a1039ff25a6d1d2 /include/crypto/sm3.h
parent68932c6be344bce60fe6672c50358340ac8dcea6 (diff)
crypto: lib/sm3 - Remove partial block helpers
Now that all sm3_base users have been converted to use the API partial block handling, remove the partial block helpers as well as the lib/crypto functions. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/crypto/sm3.h')
-rw-r--r--include/crypto/sm3.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/crypto/sm3.h b/include/crypto/sm3.h
index 6dc95264a836..c8d02c86c298 100644
--- a/include/crypto/sm3.h
+++ b/include/crypto/sm3.h
@@ -60,7 +60,5 @@ static inline void sm3_init(struct sm3_state *sctx)
}
void sm3_block_generic(struct sm3_state *sctx, u8 const *data, int blocks);
-void sm3_update(struct sm3_state *sctx, const u8 *data, unsigned int len);
-void sm3_final(struct sm3_state *sctx, u8 *out);
#endif