Searched defs:crc32 (Results 1 - 15 of 15) sorted by relevance

/u-boot/include/linux/
H A Dcrc32.h14 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)data, length) macro
/u-boot/lib/efi_selftest/
H A Defi_selftest_mem.c41 u32 crc32; local
H A Defi_selftest_crc32.c22 u32 crc32, res; local
137 EFI_UNIT_TEST(crc32) = { variable
[all...]
H A Defi_selftest_config_table.c42 u32 crc32, res; local
/u-boot/include/
H A Dfwu_mdata.h60 uint32_t crc32; member in struct:fwu_mdata
H A Defi_variable.h135 u32 crc32; member in struct:efi_var_file
H A Defi.h146 u32 crc32; member in struct:efi_table_hdr
/u-boot/env/
H A Dubi.c18 #undef crc32 macro
/u-boot/test/py/
H A Du_boot_utils.py327 def crc32(u_boot_console, address, count): function
/u-boot/lib/
H A Dcrc32.c232 uint32_t __efi_runtime crc32(uint32_t crc, const Bytef *p, uInt len) function
/u-boot/tools/
H A Dsfspl.c44 unsigned int crc32; member in struct:spl_hdr
H A Dmxsimage.h160 uint32_t crc32; member in struct:sb_command::__anon1481::__anon1484
/u-boot/common/
H A Diotrace.c37 u32 crc32; member in struct:iotrace
/u-boot/lib/efi_loader/
H A Dinitrddump.c329 u32 crc32; local
/u-boot/include/u-boot/
H A Dzlib.h90 # define crc32 z_crc32 macro

Completed in 121 milliseconds