Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/qce/
Dcommon.c61 else if (IS_DES(flags) || IS_3DES(flags)) in qce_encr_cfg()
67 if (IS_3DES(flags)) in qce_encr_cfg()
340 } else if (IS_3DES(flags)) { in qce_setup_regs_ablkcipher()
Dcommon.h55 #define IS_3DES(flags) (flags & QCE_ALG_3DES) macro
Dablkcipher.c375 alg->cra_ablkcipher.setkey = IS_3DES(def->flags) ? qce_des3_setkey : in qce_ablkcipher_register_one()