Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dpbl_crc32.h10 uint32_t pbl_crc32(uint32_t in_crc, const char *buf, uint32_t len);
H A Dpbl_crc32.c41 uint32_t pbl_crc32(uint32_t in_crc, const char *buf, uint32_t len) in pbl_crc32() function
H A Dsocfpgaimage.c211 calc_crc = ~pbl_crc32(0, (char *)buf, len); in sfp_sign_buffer()
246 calc_crc = ~pbl_crc32(0, (const char *)buf, len); in sfp_verify_buffer()
H A Dpblimage.c179 crc32_pbl = pbl_crc32(0, (const char *)mem_buf, pbl_size); in add_end_cmd()
H A DMakefile105 pbl_crc32.o \
H A Dmxsimage.c1012 ccmd->load.crc32 = pbl_crc32(0, in sb_build_command_load()
1859 if (ccmd->load.crc32 != pbl_crc32(0, in sb_verify_command()