Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/stm32/
H A Dstm32-crc32.c217 static int stm32_crc_update(struct shash_desc *desc, const u8 *d8, in stm32_crc_update() function
257 return stm32_crc_update(desc, data, length) ?: in stm32_crc_finup()
274 .update = stm32_crc_update,
296 .update = stm32_crc_update,