Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvhdx.h409 uint32_t vhdx_checksum_calc(uint32_t crc, uint8_t *buf, size_t size,
H A Dvhdx-log.c632 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 Dvhdx.c167 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()