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