Searched refs:ce_method (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/crypto/allwinner/sun8i-ce/
H A Dsun8i-ce-core.c862 int ce_method, err, id; local
870 ce_method = ce->variant->alg_cipher[id];
871 if (ce_method == CE_ID_NOTSUPP) {
879 ce_method = ce->variant->op_mode[id];
880 if (ce_method == CE_ID_NOTSUPP) {
898 ce_method = ce->variant->alg_hash[id];
899 if (ce_method == CE_ID_NOTSUPP) {

Completed in 181 milliseconds