Lines Matching refs:algt
25 struct sun8i_ce_alg_template *algt;
30 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash);
31 op->ce = algt->ce;
41 dev_err(algt->ce->dev, "Fallback driver could no be loaded\n");
45 if (algt->alg.hash.halg.statesize < crypto_ahash_statesize(op->fallback_tfm))
46 algt->alg.hash.halg.statesize = crypto_ahash_statesize(op->fallback_tfm);
118 struct sun8i_ce_alg_template *algt;
127 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash);
128 algt->stat_fb++;
156 struct sun8i_ce_alg_template *algt;
167 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash);
168 algt->stat_fb++;
181 struct sun8i_ce_alg_template *algt;
192 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash);
193 algt->stat_fb++;
222 struct sun8i_ce_alg_template *algt;
240 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash);
241 ce = algt->ce;
256 struct sun8i_ce_alg_template *algt;
277 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash);
278 ce = algt->ce;
280 bs = algt->alg.hash.halg.base.cra_blocksize;
281 digestsize = algt->alg.hash.halg.digestsize;
305 algt->stat_req++;
313 common = ce->variant->alg_hash[algt->ce_algo_id];
365 switch (algt->ce_algo_id) {
412 memcpy(areq->result, result, algt->alg.hash.halg.digestsize);