Home
last modified time | relevance | path

Searched refs:tf_crc32 (Results 1 – 8 of 8) sorted by relevance

/rk3399_ARM-atf/include/common/
H A Dtf_crc32.h14 uint32_t tf_crc32(uint32_t crc, const unsigned char *buf, size_t size);
/rk3399_ARM-atf/common/
H A Dtf_crc32.c27 uint32_t tf_crc32(uint32_t crc, const unsigned char *buf, size_t size) in tf_crc32() function
/rk3399_ARM-atf/lib/zlib/
H A Dtf_gunzip.c112 uint32_t tf_crc32(uint32_t crc, const unsigned char *buf, size_t size) in tf_crc32() function
/rk3399_ARM-atf/drivers/partition/
H A Dpartition.c126 calc_crc = tf_crc32(0U, (uint8_t *)header, sizeof(gpt_header_t)); in load_gpt_header()
265 calc_crc = tf_crc32(calc_crc, (uint8_t *)&entry, sizeof(gpt_entry_t)); in load_partition_gpt()
293 calc_crc = tf_crc32(calc_crc, (uint8_t *)&entry, sizeof(gpt_entry_t)); in load_partition_gpt()
/rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/
H A Dplatform.mk71 common/tf_crc32.c \
/rk3399_ARM-atf/drivers/fwu/
H A Dfwu.c51 uint32_t calc_crc = tf_crc32(0U, data + sizeof(metadata.crc_32), in fwu_metadata_crc_check()
/rk3399_ARM-atf/plat/intel/soc/common/
H A Dsocfpga_ros.c110 calc_crc = tf_crc32(0, (uint8_t *)&spt_data, SPT_SIZE); in load_and_check_spt()
/rk3399_ARM-atf/plat/arm/common/
H A Darm_common.mk281 common/tf_crc32.c \