Searched refs:tf_crc32 (Results 1 – 5 of 5) sorted by relevance
14 uint32_t tf_crc32(uint32_t crc, const unsigned char *buf, size_t size);
27 uint32_t tf_crc32(uint32_t crc, const unsigned char *buf, size_t size) in tf_crc32() function
40 uint32_t calc_crc = tf_crc32(0U, data + sizeof(metadata.crc_32), in fwu_metadata_crc_check()
112 uint32_t tf_crc32(uint32_t crc, const unsigned char *buf, size_t size) in tf_crc32() function
255 common/tf_crc32.c \
Completed in 5 milliseconds