Home
last modified time | relevance | path

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

/linux/lib/crypto/
H A Dsm3.c196 #define sm3_blocks sm3_blocks_generic macro
222 sm3_blocks(&ctx->state, ctx->buf, 1); in sm3_update()
229 sm3_blocks(&ctx->state, data, nblocks); in sm3_update()
247 sm3_blocks(&ctx->state, ctx->buf, 1); in __sm3_final()
252 sm3_blocks(&ctx->state, ctx->buf, 1); in __sm3_final()
/linux/lib/crypto/riscv/
H A Dsm3.h20 static void sm3_blocks(struct sm3_block_state *state, in sm3_blocks() function
/linux/lib/crypto/x86/
H A Dsm3.h27 static void sm3_blocks(struct sm3_block_state *state, in sm3_blocks() function
/linux/lib/crypto/arm64/
H A Dsm3.h18 static void sm3_blocks(struct sm3_block_state *state, in sm3_blocks() function