Lines Matching refs:algt
30 struct sun8i_ce_alg_template *algt;
33 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base);
34 op->ce = algt->ce;
40 dev_err(algt->ce->dev, "Fallback driver could no be loaded\n");
51 memcpy(algt->fbname, crypto_ahash_driver_name(op->fallback_tfm),
122 struct sun8i_ce_alg_template *algt __maybe_unused;
125 algt = container_of(alg, struct sun8i_ce_alg_template,
128 algt->stat_fb++;
165 struct sun8i_ce_alg_template *algt __maybe_unused;
168 algt = container_of(alg, struct sun8i_ce_alg_template,
171 algt->stat_fb++;
193 struct sun8i_ce_alg_template *algt __maybe_unused;
196 algt = container_of(alg, struct sun8i_ce_alg_template,
199 algt->stat_fb++;
210 struct sun8i_ce_alg_template *algt;
213 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base);
216 algt->stat_fb_len0++;
221 algt->stat_fb_maxsg++;
227 algt->stat_fb_srclen++;
231 algt->stat_fb_srcali++;
244 struct sun8i_ce_alg_template *algt;
262 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base);
263 ce = algt->ce;
336 struct sun8i_ce_alg_template *algt;
354 algt = container_of(alg, struct sun8i_ce_alg_template, alg.hash.base);
355 ce = algt->ce;
357 bs = algt->alg.hash.base.halg.base.cra_blocksize;
358 digestsize = algt->alg.hash.base.halg.digestsize;
382 algt->stat_req++;
390 common = ce->variant->alg_hash[algt->ce_algo_id];
428 switch (algt->ce_algo_id) {
470 memcpy(areq->result, result, algt->alg.hash.base.halg.digestsize);