Lines Matching refs:tfm
19 static void *lz4_alloc_ctx(struct crypto_scomp *tfm) in lz4_alloc_ctx() argument
30 static int lz4_init(struct crypto_tfm *tfm) in lz4_init() argument
32 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); in lz4_init()
41 static void lz4_free_ctx(struct crypto_scomp *tfm, void *ctx) in lz4_free_ctx() argument
46 static void lz4_exit(struct crypto_tfm *tfm) in lz4_exit() argument
48 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); in lz4_exit()
66 static int lz4_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4_scompress() argument
73 static int lz4_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4_compress_crypto() argument
76 struct lz4_ctx *ctx = crypto_tfm_ctx(tfm); in lz4_compress_crypto()
93 static int lz4_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4_sdecompress() argument
100 static int lz4_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4_decompress_crypto() argument