Home
last modified time | relevance | path

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

/u-boot/lib/zlib/
A Dadler32.c57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32() function
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()
A Ddeflate.c329 strm->adler = adler32(strm->adler, dictionary, dictLength);
380 adler32(0L, Z_NULL, 0);
677 strm->adler = adler32(0L, Z_NULL, 0);
1004 strm->adler = adler32(strm->adler, strm->next_in, len);
/u-boot/include/u-boot/
A Dzlib.h92 # define adler32 z_adler32 macro
680 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));

Completed in 21 milliseconds