Searched refs:lzo_decompress (Results 1 – 4 of 4) sorted by relevance
2 lzo_decompress-objs := lzo1x_decompress_safe.o5 obj-$(CONFIG_LZO_DECOMPRESS) += lzo_decompress.o
52 static int lzo_decompress(const unsigned char *src, size_t src_len, in lzo_decompress() function62 .decompress = lzo_decompress,
67 static int lzo_decompress(struct crypto_tfm *tfm, const u8 *src, in lzo_decompress() function92 .coa_decompress = lzo_decompress } }
381 static int lzo_decompress(struct list_head *ws, unsigned char *data_in, in lzo_decompress() function442 .decompress = lzo_decompress,