Searched refs:adler32 (Results 1 – 4 of 4) sorted by relevance
/u-boot/lib/zlib/ |
A D | adler32.c | 57 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len) in adler32() function
|
A D | inflate.c | 153 (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 D | deflate.c | 329 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 D | zlib.h | 92 # define adler32 z_adler32 macro 680 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
|
Completed in 21 milliseconds