summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/crypto/sm3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/crypto/sm3.h b/include/crypto/sm3.h
index 1f021ad0533f..d49211ba9a20 100644
--- a/include/crypto/sm3.h
+++ b/include/crypto/sm3.h
@@ -58,6 +58,7 @@ static inline void sm3_init(struct sm3_state *sctx)
sctx->count = 0;
}
+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);