Searched refs:block_fn (Results 1 – 2 of 2) sorted by relevance
| /linux/include/crypto/ |
| H A D | sm3_base.h | 30 sm3_block_fn *block_fn) in sm3_base_do_update_blocks() argument 36 block_fn(sctx, data, len / SM3_BLOCK_SIZE); in sm3_base_do_update_blocks() 42 sm3_block_fn *block_fn) in sm3_base_do_finup() argument 54 remain = sm3_base_do_update_blocks(desc, src, len, block_fn); in sm3_base_do_finup() 65 block_fn(sctx, block.u8, (bit_offset + 1) * 8 / SM3_BLOCK_SIZE); in sm3_base_do_finup()
|
| /linux/include/crypto/internal/ |
| H A D | blockhash.h | 15 #define BLOCK_HASH_UPDATE_BASE(block_fn, state, src, nbytes, bs, dv, \ argument 18 typeof(block_fn) *_block_fn = &(block_fn); \
|