Home
last modified time | relevance | path

Searched refs:ce_method (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-core.c829 int ce_method, err, id; in sun8i_ce_register_algs() local
837 ce_method = ce->variant->alg_cipher[id]; in sun8i_ce_register_algs()
838 if (ce_method == CE_ID_NOTSUPP) { in sun8i_ce_register_algs()
846 ce_method = ce->variant->op_mode[id]; in sun8i_ce_register_algs()
847 if (ce_method == CE_ID_NOTSUPP) { in sun8i_ce_register_algs()
865 ce_method = ce->variant->alg_hash[id]; in sun8i_ce_register_algs()
866 if (ce_method == CE_ID_NOTSUPP) { in sun8i_ce_register_algs()