Lines Matching refs:tfm
31 static void *crypto842_alloc_ctx(struct crypto_scomp *tfm) in crypto842_alloc_ctx() argument
42 static int crypto842_init(struct crypto_tfm *tfm) in crypto842_init() argument
44 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); in crypto842_init()
53 static void crypto842_free_ctx(struct crypto_scomp *tfm, void *ctx) in crypto842_free_ctx() argument
58 static void crypto842_exit(struct crypto_tfm *tfm) in crypto842_exit() argument
60 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); in crypto842_exit()
65 static int crypto842_compress(struct crypto_tfm *tfm, in crypto842_compress() argument
69 struct crypto842_ctx *ctx = crypto_tfm_ctx(tfm); in crypto842_compress()
74 static int crypto842_scompress(struct crypto_scomp *tfm, in crypto842_scompress() argument
81 static int crypto842_decompress(struct crypto_tfm *tfm, in crypto842_decompress() argument
88 static int crypto842_sdecompress(struct crypto_scomp *tfm, in crypto842_sdecompress() argument