Searched refs:adler32 (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | zlib.mk | 11 adler32.c \
|
| H A D | adler32.c | 128 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) { in adler32() function
|
| H A D | inflate.c | 419 (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 D | zconf.h | 29 # define adler32 z_adler32 macro
|
| H A D | zlib.h | 1711 ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len);
|