Home
last modified time | relevance | path

Searched refs:SM3_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/crypto/
H A Dsm3.c20 #define SM3_BLOCK_SIZE 64 macro
183 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()