Home
last modified time | relevance | path

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

/openbmc/u-boot/board/synopsys/axs10x/
H A Dheaderize-axs.py91 check_sum = calc_check_sum(uboot_bin_filename)
99 check_sum = (check_sum + jmpchk_sum) & 0xFF
108 file.write(check_sum.to_bytes(1, byteorder='little'))
/openbmc/qemu/block/
H A Dparallels-ext.c43 uint8_t check_sum[16]; member
215 if (hash_len != sizeof(eh.check_sum) || in parallels_parse_format_extension()
216 memcmp(hash, eh.check_sum, sizeof(eh.check_sum)) != 0) { in parallels_parse_format_extension()
/openbmc/u-boot/tools/
H A Dmksunxiboot.c34 head_p->check_sum = cpu_to_le32(STAMP_VALUE); /* fill stamp */ in gen_check_sum()
42 head_p->check_sum = cpu_to_le32(sum); in gen_check_sum()
/openbmc/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py82 check_sum = calc_check_sum(uboot_bin_filename)
88 file.write(check_sum.to_bytes(1, byteorder='little'))
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h36 uint32_t check_sum; /* generated by PC */ member
/openbmc/qemu/hw/arm/
H A Dallwinner-r40.c215 uint32_t check_sum; member
/openbmc/qemu/hw/scsi/
H A Dmfi.h741 uint8_t check_sum; member