Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/crypto/
H A Dstm32_hash.c223 uint32_t copysize; in stm32_hash_update() local
225 copysize = MIN((sizeof(uint32_t) - stm32_remain.length), in stm32_hash_update()
227 (void)(memcpy(&remain_buf[stm32_remain.length], buf, copysize)); in stm32_hash_update()
228 remain_length -= copysize; in stm32_hash_update()
229 buf = &buf[copysize]; in stm32_hash_update()