Lines Matching refs:algt
61 struct sun8i_ce_alg_template *algt;
63 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher);
64 algt->stat_fb++;
87 struct sun8i_ce_alg_template *algt;
98 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher);
107 algt->stat_req++;
118 common = ce->variant->alg_cipher[algt->ce_algo_id];
127 sym = ce->variant->op_mode[algt->ce_blockmode];
377 struct sun8i_ce_alg_template *algt;
385 algt = container_of(alg, struct sun8i_ce_alg_template, alg.skcipher);
386 op->ce = algt->ce;