Lines Matching refs:tfm
101 struct crypto_tfm *tfm; member
115 s->fn(s->tfm, dst, dst); /* CC <- E(Key2,PP) */ in lrw_round()
146 .tfm = crypto_cipher_tfm(ctx->child), in crypt()
198 struct priv *ctx = crypto_blkcipher_ctx(desc->tfm); in encrypt()
209 struct priv *ctx = crypto_blkcipher_ctx(desc->tfm); in decrypt()
296 static int init_tfm(struct crypto_tfm *tfm) in init_tfm() argument
299 struct crypto_instance *inst = (void *)tfm->__crt_alg; in init_tfm()
301 struct priv *ctx = crypto_tfm_ctx(tfm); in init_tfm()
302 u32 *flags = &tfm->crt_flags; in init_tfm()
318 static void exit_tfm(struct crypto_tfm *tfm) in exit_tfm() argument
320 struct priv *ctx = crypto_tfm_ctx(tfm); in exit_tfm()