Searched refs:copysize (Results 1 – 1 of 1) sorted by relevance
223 uint32_t copysize; in stm32_hash_update() local225 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()