Lines Matching defs:tfm
36 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm);
73 struct qce_sha_ctx *ctx = crypto_tfm_ctx(async_req->tfm);
74 struct qce_alg_template *tmpl = to_ahash_tmpl(async_req->tfm);
128 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm);
237 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req);
239 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm);
247 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
312 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm);
339 struct qce_alg_template *tmpl = to_ahash_tmpl(req->base.tfm);
362 static int qce_ahash_hmac_setkey(struct crypto_ahash *tfm, const u8 *key,
365 unsigned int digestsize = crypto_ahash_digestsize(tfm);
366 struct qce_sha_ctx *ctx = crypto_tfm_ctx(&tfm->base);
376 blocksize = crypto_tfm_alg_blocksize(crypto_ahash_tfm(tfm));
426 static int qce_ahash_cra_init(struct crypto_tfm *tfm)
428 struct crypto_ahash *ahash = __crypto_ahash_cast(tfm);
429 struct qce_sha_ctx *ctx = crypto_tfm_ctx(tfm);