Searched refs:vhdx_checksum_calc (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/block/ |
H A D | vhdx.h | 409 uint32_t vhdx_checksum_calc(uint32_t crc, uint8_t *buf, size_t size,
|
H A D | vhdx-log.c | 632 crc = vhdx_checksum_calc(0xffffffff, (void *)desc_buffer, in vhdx_validate_log_entry() 645 crc = vhdx_checksum_calc(crc, buffer, VHDX_LOG_SECTOR_SIZE, -1); in vhdx_validate_log_entry()
|
H A D | vhdx.c | 167 uint32_t vhdx_checksum_calc(uint32_t crc, uint8_t *buf, size_t size, in vhdx_checksum_calc() function 211 crc = vhdx_checksum_calc(0xffffffff, buf, size, crc_offset); in vhdx_checksum_is_valid()
|