Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvhdx.c170 uint32_t crc_new; in vhdx_checksum_calc() local
179 crc_new = crc32c(crc, buf, size); in vhdx_checksum_calc()
184 return crc_new; in vhdx_checksum_calc()