Home
last modified time | relevance | path

Searched refs:crc32 (Results 1 – 5 of 5) sorted by relevance

/optee_os-3.20.0/core/arch/arm/plat-bcm/
A Dsub.mk3 srcs-y += crc32.c
/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/
A Dcrc32.c181 const unsigned char crc32[] = { 0xb3, 0x73, 0x76, 0xef }; in crc32_test()
187 if (compare_testvector(crc32, 4, out, 4, "CRC32", 0)) { in crc32_test()
/optee_os-3.20.0/core/lib/zlib/
A Dinflate.c453 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
464 check = crc32(check, hbuf, 2); \
473 check = crc32(check, hbuf, 4); \
669 state->check = crc32(0L, Z_NULL, 0);
775 state->check = crc32(state->check, next, copy);
797 state->check = crc32(state->check, next, copy);
819 state->check = crc32(state->check, next, copy);
842 strm->adler = state->check = crc32(0L, Z_NULL, 0);
A Dzconf.h43 # define crc32 z_crc32 macro
A Dzlib.h1728 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));

Completed in 17 milliseconds