Searched refs:copysize (Results 1 – 1 of 1) sorted by relevance
226 uint32_t copysize; in stm32_hash_update() local228 copysize = MIN((sizeof(uint32_t) - stm32_remain.length), in stm32_hash_update()231 buffer, copysize); in stm32_hash_update()232 remain_length -= copysize; in stm32_hash_update()233 buffer += copysize; in stm32_hash_update()