Lines Matching refs:tfm
82 struct crypto_tfm *tfm; member
89 s->fn(s->tfm, dst, dst); /* CC <- E(Key1,PP) */ in xts_round()
102 .tfm = crypto_cipher_tfm(ctx->child), in crypt()
150 struct priv *ctx = crypto_blkcipher_ctx(desc->tfm); in encrypt()
161 struct priv *ctx = crypto_blkcipher_ctx(desc->tfm); in decrypt()
241 static int init_tfm(struct crypto_tfm *tfm) in init_tfm() argument
244 struct crypto_instance *inst = (void *)tfm->__crt_alg; in init_tfm()
246 struct priv *ctx = crypto_tfm_ctx(tfm); in init_tfm()
247 u32 *flags = &tfm->crt_flags; in init_tfm()
280 static void exit_tfm(struct crypto_tfm *tfm) in exit_tfm() argument
282 struct priv *ctx = crypto_tfm_ctx(tfm); in exit_tfm()