Home
last modified time | relevance | path

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

/external/dropbear/
Dpacket.c42 #define ZLIB_COMPRESS_INCR 20 /* this is 12 bytes + 0.1% of 8000 bytes */ macro
427 + ZLIB_COMPRESS_INCR /* bit of a kludge, but we can't know len*/ in encrypt_packet()
604 buf_resize(dest, dest->size + ZLIB_COMPRESS_INCR); in buf_compress()