Searched refs:SM3_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
20 #define SM3_BLOCK_SIZE 64 macro183 sm3_process(ctx, input + n * SM3_BLOCK_SIZE); in sm3_process_blocks()212 block_count = ilen / SM3_BLOCK_SIZE; in sm3_update()214 ilen -= block_count * SM3_BLOCK_SIZE; in sm3_update()215 input += block_count * SM3_BLOCK_SIZE; in sm3_update()