Home
last modified time | relevance | path

Searched defs:CRC_32 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/
H A Dmkkrnlimg.c88 static uint32_t CRC_32(uint8_t *aData, long aSize) in CRC_32() function
/OK3568_Linux_fs/external/rkupdate/
H A DCRC.cpp91 UINT CRC_32(unsigned char *pData, UINT ulSize, UINT uiPreviousValue = 0) in CRC_32() function
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dcrc.c107 UINT CRC_32(unsigned char *pData, UINT ulSize, UINT uiPreviousValue) in CRC_32() function
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dboot_merger.c79 uint32_t CRC_32(uint8_t *pData, uint32_t ulSize) in CRC_32() function