Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/
H A Dcrc32.h14 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)data, length) macro
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Drk_meta.h114 uint32_t crc32; member
122 uint32_t crc32; member
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dvendor_misc.c17 unsigned int crc32; member
/rk3399_rockchip-uboot/board/corscience/tricorder/
H A Dtricorder-eeprom.h29 uint32_t crc32; member
H A Dtricorder-eeprom.c28 uint32_t crc32; in handle_eeprom_v0() member
/rk3399_rockchip-uboot/include/android_avb/
H A Davb_ab_flow.h103 uint32_t crc32; member
/rk3399_rockchip-uboot/lib/
H A Dcrc32.c221 uint32_t ZEXPORT crc32 (uint32_t crc, const Bytef *p, uInt len) in crc32() function
/rk3399_rockchip-uboot/cmd/
H A Dbootrkp.c175 u32 crc32; in read_rockchip_image() local
/rk3399_rockchip-uboot/common/
H A Diotrace.c53 u32 crc32; member
/rk3399_rockchip-uboot/tools/rockchip/
H A Dloaderimage.c81 uint32_t crc32; /* crc32 */ member
/rk3399_rockchip-uboot/include/
H A Dspl_rkfw.h95 unsigned int crc32; /* crc32 */ member
H A Defi.h102 u32 crc32; member
/rk3399_rockchip-uboot/tools/
H A Dmxsimage.h161 uint32_t crc32; member
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h93 # define crc32 z_crc32 macro