Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/st/crypto/
Dstm32_hash.c226 uint32_t copysize; in stm32_hash_update() local
228 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()