Home
last modified time | relevance | path

Searched refs:zlib_adler32 (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dzutil.h78 static inline uLong zlib_adler32(uLong adler, in zlib_adler32() function
/linux/lib/zlib_inflate/
H A Dinflate.c182 #define UPDATE(check, buf, len) zlib_adler32(check, buf, len)
390 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate()
405 strm->adler = state->check = zlib_adler32(0L, NULL, 0); in zlib_inflate()
/linux/lib/zlib_deflate/
H A Ddeflate.c518 strm->adler = zlib_adler32(strm->adler, strm->next_in, len); in read_buf()