Lines Matching defs:tfm
384 struct crypto_tfm *tfm = crypto_aead_tfm(cipher);
385 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm);
443 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
486 struct crypto_tfm *tfm = crypto_aead_tfm(cipher);
487 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm);
530 struct crypto_tfm *tfm = crypto_aead_tfm(cipher);
531 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm);
590 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
623 static int crypto4xx_hash_alg_init(struct crypto_tfm *tfm,
628 struct crypto_alg *alg = tfm->__crt_alg;
630 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm);
646 crypto_ahash_set_reqsize(__crypto_ahash_cast(tfm),
668 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
674 __crypto_ahash_cast(req->base.tfm));
684 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
703 struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
717 int crypto4xx_sha1_alg_init(struct crypto_tfm *tfm)
719 return crypto4xx_hash_alg_init(tfm, SA_HASH160_LEN, SA_HASH_ALG_SHA1,