Lines Matching refs:tfm
18 static void *lzo_alloc_ctx(struct crypto_scomp *tfm) in lzo_alloc_ctx() argument
29 static int lzo_init(struct crypto_tfm *tfm) in lzo_init() argument
31 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm); in lzo_init()
40 static void lzo_free_ctx(struct crypto_scomp *tfm, void *ctx) in lzo_free_ctx() argument
45 static void lzo_exit(struct crypto_tfm *tfm) in lzo_exit() argument
47 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm); in lzo_exit()
67 static int lzo_compress(struct crypto_tfm *tfm, const u8 *src, in lzo_compress() argument
70 struct lzo_ctx *ctx = crypto_tfm_ctx(tfm); in lzo_compress()
75 static int lzo_scompress(struct crypto_scomp *tfm, const u8 *src, in lzo_scompress() argument
97 static int lzo_decompress(struct crypto_tfm *tfm, const u8 *src, in lzo_decompress() argument
103 static int lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lzo_sdecompress() argument