Home
last modified time | relevance | path

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

/trusted-firmware-a/drivers/st/crypto/
A Dstm32_hash.c185 size_t remain_length = length; in stm32_hash_update() local
201 remain_length -= copysize; in stm32_hash_update()
213 while (remain_length / sizeof(uint32_t) != 0U) { in stm32_hash_update()
223 remain_length -= sizeof(uint32_t); in stm32_hash_update()
226 if (remain_length != 0U) { in stm32_hash_update()
229 memcpy((uint8_t *)&stm32_remain.buffer, buffer, remain_length); in stm32_hash_update()
230 stm32_remain.length = remain_length; in stm32_hash_update()

Completed in 2 milliseconds