Lines Matching defs:tfm
430 static int vmac_setkey(struct crypto_shash *tfm,
433 struct vmac_tfm_ctx *tctx = crypto_shash_ctx(tfm);
482 const struct vmac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
494 const struct vmac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
564 const struct vmac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
597 static int vmac_init_tfm(struct crypto_tfm *tfm)
599 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm);
601 struct vmac_tfm_ctx *tctx = crypto_tfm_ctx(tfm);
612 static void vmac_exit_tfm(struct crypto_tfm *tfm)
614 struct vmac_tfm_ctx *tctx = crypto_tfm_ctx(tfm);