Lines Matching refs:u8
52 static int __lzo_compress(const u8 *src, unsigned int slen, in __lzo_compress()
53 u8 *dst, unsigned int *dlen, void *ctx) in __lzo_compress()
67 static int lzo_compress(struct crypto_tfm *tfm, const u8 *src, in lzo_compress()
68 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_compress()
75 static int lzo_scompress(struct crypto_scomp *tfm, const u8 *src, in lzo_scompress()
76 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_scompress()
82 static int __lzo_decompress(const u8 *src, unsigned int slen, in __lzo_decompress()
83 u8 *dst, unsigned int *dlen) in __lzo_decompress()
97 static int lzo_decompress(struct crypto_tfm *tfm, const u8 *src, in lzo_decompress()
98 unsigned int slen, u8 *dst, unsigned int *dlen) in lzo_decompress()
103 static int lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lzo_sdecompress()
104 unsigned int slen, u8 *dst, unsigned int *dlen, in lzo_sdecompress()