Lines Matching refs:algt
116 struct sun8i_ss_alg_template *algt;
119 algt = container_of(alg, struct sun8i_ss_alg_template, alg.hash.base);
120 op->ss = algt->ss;
126 dev_err(algt->ss->dev, "Fallback driver could no be loaded\n");
137 memcpy(algt->fbname, crypto_ahash_driver_name(op->fallback_tfm),
212 struct sun8i_ss_alg_template *algt __maybe_unused;
214 algt = container_of(alg, struct sun8i_ss_alg_template,
218 algt->stat_fb++;
256 struct sun8i_ss_alg_template *algt __maybe_unused;
258 algt = container_of(alg, struct sun8i_ss_alg_template,
262 algt->stat_fb++;
285 struct sun8i_ss_alg_template *algt __maybe_unused;
287 algt = container_of(alg, struct sun8i_ss_alg_template,
291 algt->stat_fb++;
361 struct sun8i_ss_alg_template *algt;
364 algt = container_of(alg, struct sun8i_ss_alg_template, alg.hash.base);
367 algt->stat_fb_len++;
372 algt->stat_fb_len++;
378 algt->stat_fb_sgnum++;
390 algt->stat_fb_sglen++;
394 algt->stat_fb_align++;
398 algt->stat_fb_sglen++;
411 struct sun8i_ss_alg_template *algt;
419 algt = container_of(alg, struct sun8i_ss_alg_template, alg.hash.base);
420 ss = algt->ss;
497 struct sun8i_ss_alg_template *algt;
515 algt = container_of(alg, struct sun8i_ss_alg_template, alg.hash.base);
516 ss = algt->ss;
532 algt->stat_req++;
535 rctx->method = ss->variant->alg_hash[algt->ss_algo_id];
641 switch (algt->ss_algo_id) {