Searched refs:try_decompress (Results 1 – 1 of 1) sorted by relevance
308 try_decompress(const struct blob *in, uint64_t origsiz, int wbits) in try_decompress() function353 if (try_decompress(plaintext, origsiz, MAX_WBITS) == 0) /* rfc1950 */ in decompress()355 return try_decompress(plaintext, origsiz, -MAX_WBITS); /* rfc1951 */ in decompress()