Home
last modified time | relevance | path

Searched refs:CRC32 (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/arch/arm/plat-bcm/
A Dcrc32.h13 #define CRC32 crc32i macro
/optee_os-3.20.0/core/drivers/bnxt/
A Dbnxt_fw.c247 crc = CRC32(CRC32_INIT_VAL, in ape_hdr_crc_calc()
252 crc = CRC32(~crc, (const char *)&dummy, sizeof(uint32_t)); in ape_hdr_crc_calc()
258 crc = CRC32(~crc, in ape_hdr_crc_calc()
462 checksum = CRC32(CRC32_INIT_VAL, (const char *)src, size); in ape_section_copy()
612 crc = CRC32(CRC32_INIT_VAL, in bnxt_crash_config()
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/
A Dcrc32.c22 #error The existing CRC32 implementation only works properly when the endianness of the target plat…

Completed in 4 milliseconds