Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/zlib/
H A Dzlib.mk11 adler32.c \
H A Dadler32.c128 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { in adler32() function
H A Dinflate.c419 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
421 # define UPDATE_CHECK(check, buf, len) adler32(check, buf, len)
666 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate()
821 strm->adler = state->check = adler32(0L, Z_NULL, 0); in inflate()
1312 dictid = adler32(0L, Z_NULL, 0); in inflateSetDictionary()
1313 dictid = adler32(dictid, dictionary, dictLength); in inflateSetDictionary()
H A Dzconf.h29 # define adler32 z_adler32 macro
H A Dzlib.h1711 ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len);