Lines Matching defs:tfm
101 static int crypto_scomp_init_tfm(struct crypto_tfm *tfm)
115 struct crypto_acomp *tfm = crypto_acomp_reqtfm(req);
116 void **tfm_ctx = acomp_tfm_ctx(tfm);
173 static void crypto_exit_scomp_ops_async(struct crypto_tfm *tfm)
175 struct crypto_scomp **ctx = crypto_tfm_ctx(tfm);
185 int crypto_init_scomp_ops_async(struct crypto_tfm *tfm)
187 struct crypto_alg *calg = tfm->__crt_alg;
188 struct crypto_acomp *crt = __crypto_acomp_tfm(tfm);
189 struct crypto_scomp **ctx = crypto_tfm_ctx(tfm);
202 tfm->exit = crypto_exit_scomp_ops_async;
215 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp);
216 struct crypto_scomp **tfm_ctx = crypto_tfm_ctx(tfm);
234 struct crypto_tfm *tfm = crypto_acomp_tfm(acomp);
235 struct crypto_scomp **tfm_ctx = crypto_tfm_ctx(tfm);