Home
last modified time | relevance | path

Searched refs:adler32 (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/zlib/
H A Dadler32.c57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32() function
H A Dinflate.c153 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
155 # define UPDATE(check, buf, len) adler32(check, buf, len)
401 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate()
543 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate()
H A Ddeflate.c328 strm->adler = adler32(strm->adler, dictionary, dictLength);
379 adler32(0L, Z_NULL, 0);
676 strm->adler = adler32(0L, Z_NULL, 0);
1003 strm->adler = adler32(strm->adler, strm->next_in, len);
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h92 # define adler32 z_adler32 macro
674 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));