Home
last modified time | relevance | path

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

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