Searched defs:crc_start (Results 1 – 4 of 4) sorted by relevance
| /device/soc/hisilicon/ws63v100/sdk/middleware/utils/algorithm/crc/ |
| D | uapi_crc32.c | 91 uint32_t uapi_crc32_no_comp(uint32_t crc_start, const uint8_t *buffer, uint32_t length) in uapi_crc32_no_comp() 134 uint32_t uapi_crc32(uint32_t crc_start, const uint8_t *buffer, uint32_t length) in uapi_crc32() 139 uint32_t crc32(uint32_t crc_start, const uint8_t *buffer, uint32_t length) in crc32()
|
| D | uapi_crc16.c | 58 uint16_t uapi_crc16(uint16_t crc_start, const uint8_t *buffer, uint32_t length) in uapi_crc16()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/ |
| D | hi_nvm.c | 39 hi_u32 hi_crc32_nv(hi_u32 crc_start, HI_CONST hi_u8* buf, hi_u32 len, hi_u32 *crc_result) in hi_crc32_nv()
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/nvm/ |
| D | hi_nvm.c | 39 hi_u32 hi_crc32_nv(hi_u32 crc_start, HI_CONST hi_u8* buf, hi_u32 len, hi_u32 *crc_result) in hi_crc32_nv()
|