Searched refs:copysize (Results 1 – 1 of 1) sorted by relevance
195 uint32_t copysize; in stm32_hash_update() local197 copysize = MIN((sizeof(uint32_t) - stm32_remain.length), in stm32_hash_update()200 buffer, copysize); in stm32_hash_update()201 remain_length -= copysize; in stm32_hash_update()202 buffer += copysize; in stm32_hash_update()
Completed in 26 milliseconds