Lines Matching refs:tfm
18 static void *lzorle_alloc_ctx(struct crypto_scomp *tfm) in lzorle_alloc_ctx() argument
29 static int lzorle_init(struct crypto_tfm *tfm) in lzorle_init() argument
31 struct lzorle_ctx *ctx = crypto_tfm_ctx(tfm); in lzorle_init()
40 static void lzorle_free_ctx(struct crypto_scomp *tfm, void *ctx) in lzorle_free_ctx() argument
45 static void lzorle_exit(struct crypto_tfm *tfm) in lzorle_exit() argument
47 struct lzorle_ctx *ctx = crypto_tfm_ctx(tfm); in lzorle_exit()
67 static int lzorle_compress(struct crypto_tfm *tfm, const u8 *src, in lzorle_compress() argument
70 struct lzorle_ctx *ctx = crypto_tfm_ctx(tfm); in lzorle_compress()
75 static int lzorle_scompress(struct crypto_scomp *tfm, const u8 *src, in lzorle_scompress() argument
97 static int lzorle_decompress(struct crypto_tfm *tfm, const u8 *src, in lzorle_decompress() argument
103 static int lzorle_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lzorle_sdecompress() argument