Lines Matching refs:tfm
67 static int zlib_init(struct crypto_tfm *tfm) in zlib_init() argument
72 static void zlib_exit(struct crypto_tfm *tfm) in zlib_exit() argument
74 struct zlib_ctx *ctx = crypto_tfm_ctx(tfm); in zlib_exit()
81 static int zlib_compress_setup(struct crypto_pcomp *tfm, void *params, in zlib_compress_setup() argument
84 struct zlib_ctx *ctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_setup()
130 static int zlib_compress_init(struct crypto_pcomp *tfm) in zlib_compress_init() argument
133 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_init()
143 static int zlib_compress_update(struct crypto_pcomp *tfm, in zlib_compress_update() argument
147 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_update()
181 static int zlib_compress_final(struct crypto_pcomp *tfm, in zlib_compress_final() argument
185 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_final()
212 static int zlib_decompress_setup(struct crypto_pcomp *tfm, void *params, in zlib_decompress_setup() argument
215 struct zlib_ctx *ctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_setup()
244 static int zlib_decompress_init(struct crypto_pcomp *tfm) in zlib_decompress_init() argument
247 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_init()
257 static int zlib_decompress_update(struct crypto_pcomp *tfm, in zlib_decompress_update() argument
261 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_update()
296 static int zlib_decompress_final(struct crypto_pcomp *tfm, in zlib_decompress_final() argument
300 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_final()