Searched refs:sm3_block_generic (Results 1 – 4 of 4) sorted by relevance
| /linux/crypto/ |
| H A D | sm3_generic.c | 28 return sm3_base_do_update_blocks(desc, data, len, sm3_block_generic); in crypto_sm3_update() 34 sm3_base_do_finup(desc, data, len, sm3_block_generic); in crypto_sm3_finup()
|
| /linux/include/crypto/ |
| H A D | sm3.h | 62 void sm3_block_generic(struct sm3_state *sctx, u8 const *data, int blocks);
|
| /linux/arch/riscv/crypto/ |
| H A D | sm3-riscv64-glue.c | 42 sm3_block_generic(state, data, num_blocks); in sm3_block()
|
| /linux/lib/crypto/ |
| H A D | sm3.c | 172 void sm3_block_generic(struct sm3_state *sctx, u8 const *data, int blocks) in sm3_block_generic() function 183 EXPORT_SYMBOL_GPL(sm3_block_generic);
|