Lines Matching defs:tfm
429 static int vmac_setkey(struct crypto_shash *tfm,
432 struct vmac_tfm_ctx *tctx = crypto_shash_ctx(tfm);
481 const struct vmac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
493 const struct vmac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
563 const struct vmac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
596 static int vmac_init_tfm(struct crypto_tfm *tfm)
598 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm);
600 struct vmac_tfm_ctx *tctx = crypto_tfm_ctx(tfm);
611 static void vmac_exit_tfm(struct crypto_tfm *tfm)
613 struct vmac_tfm_ctx *tctx = crypto_tfm_ctx(tfm);