Searched refs:sm3_blocks (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/crypto/ |
| H A D | sm3.c | 196 #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 D | sm3.h | 20 static void sm3_blocks(struct sm3_block_state *state, in sm3_blocks() function
|
| /linux/lib/crypto/x86/ |
| H A D | sm3.h | 27 static void sm3_blocks(struct sm3_block_state *state, in sm3_blocks() function
|
| /linux/lib/crypto/arm64/ |
| H A D | sm3.h | 18 static void sm3_blocks(struct sm3_block_state *state, in sm3_blocks() function
|