Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/
A Dcrc32.c188 const unsigned char crc32[] = { 0xb3, 0x73, 0x76, 0xef }; in crc32_test()
194 if (compare_testvector(crc32, 4, out, 4, "CRC32", 0)) { in crc32_test()
/optee_os/core/arch/arm/plat-bcm/
A Dsub.mk3 srcs-y += crc32.c
/optee_os/core/lib/zlib/
A Dinflate.c452 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
463 check = crc32(check, hbuf, 2); \
472 check = crc32(check, hbuf, 4); \
668 state->check = crc32(0L, Z_NULL, 0);
770 state->check = crc32(state->check, next, copy);
791 state->check = crc32(state->check, next, copy);
812 state->check = crc32(state->check, next, copy);
834 strm->adler = state->check = crc32(0L, Z_NULL, 0);
A Dzconf.h43 # define crc32 z_crc32 macro
A Dzlib.h1726 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));

Completed in 12 milliseconds