Home
last modified time | relevance | path

Searched defs:crc32 (Results 1 – 17 of 17) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dcrc32.h14 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)data, length) macro
/openbmc/libmctp/
H A Dcrc32.c9 uint32_t crc32(const void *buf, size_t len) in crc32() function
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_crc32.c21 u32 crc32, res; in check_table() local
H A Defi_selftest_config_table.c41 u32 crc32, res; in check_table() local
/openbmc/u-boot/board/corscience/tricorder/
H A Dtricorder-eeprom.h28 uint32_t crc32; member
H A Dtricorder-eeprom.c28 uint32_t crc32; in handle_eeprom_v0() member
/openbmc/u-boot/lib/
H A Dcrc32.c225 uint32_t __efi_runtime crc32(uint32_t crc, const Bytef *p, uInt len) in crc32() function
/openbmc/u-boot/test/py/
H A Du_boot_utils.py320 def crc32(u_boot_console, address, count): function
/openbmc/libpldm/include/libpldm/oem/meta/
H A Dfile_io.h57 uint32_t crc32; member
/openbmc/u-boot/common/
H A Diotrace.c33 u32 crc32; member
/openbmc/qemu/include/hw/loongarch/
H A Dboot.h51 uint32_t crc32; member
/openbmc/qemu/target/arm/tcg/
H A Darith_helper.c279 uint32_t HELPER(crc32)(uint32_t acc, uint32_t val, uint32_t bytes) in HELPER() argument
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp619 uint32_t crc32 = 0; in sendCommand() local
/openbmc/u-boot/include/u-boot/
H A Dzlib.h93 # define crc32 z_crc32 macro
/openbmc/u-boot/tools/
H A Dmxsimage.h160 uint32_t crc32; member
/openbmc/ipmitool/lib/
H A Dipmi_fru.c1530 uint8_t crc32[OEM_KONTRON_FIELD_SIZE]; member
1548 uint8_t crc32[OEM_KONTRON_FIELD_SIZE]; member
/openbmc/u-boot/include/
H A Defi.h113 u32 crc32; member