Home
last modified time | relevance | path

Searched refs:sm3_block (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/crypto/
H A Dsm3.c169 static inline void sm3_block(struct sm3_state *sctx, in sm3_block() function
195 sm3_block(sctx, sctx->buffer, 1, W); in sm3_update()
202 sm3_block(sctx, data, blocks, W); in sm3_update()
229 sm3_block(sctx, sctx->buffer, 1, W); in sm3_final()
234 sm3_block(sctx, sctx->buffer, 1, W); in sm3_final()