Searched refs:sm3_block_state (Results 1 – 5 of 5) sorted by relevance
| /linux/lib/crypto/x86/ |
| H A D | sm3.h | 10 asmlinkage void sm3_transform_avx(struct sm3_block_state *state, 13 static void sm3_blocks_avx(struct sm3_block_state *state, in sm3_blocks_avx() 27 static void sm3_blocks(struct sm3_block_state *state, in sm3_blocks()
|
| /linux/lib/crypto/arm64/ |
| H A D | sm3.h | 13 asmlinkage void sm3_neon_transform(struct sm3_block_state *state, 15 asmlinkage void sm3_ce_transform(struct sm3_block_state *state, 18 static void sm3_blocks(struct sm3_block_state *state, in sm3_blocks()
|
| /linux/lib/crypto/riscv/ |
| H A D | sm3.h | 17 asmlinkage void sm3_transform_zvksh_zvkb(struct sm3_block_state *state, 20 static void sm3_blocks(struct sm3_block_state *state, in sm3_blocks()
|
| /linux/include/crypto/ |
| H A D | sm3.h | 28 struct sm3_block_state { struct 39 struct sm3_block_state state; argument
|
| /linux/lib/crypto/ |
| H A D | sm3.c | 18 static const struct sm3_block_state sm3_iv = { 82 static void sm3_block_generic(struct sm3_block_state *state, in sm3_block_generic() 180 static void __maybe_unused sm3_blocks_generic(struct sm3_block_state *state, in sm3_blocks_generic()
|