Home
last modified time | relevance | path

Searched refs:IS_DES (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()
64 if (IS_DES(flags)) in qce_encr_cfg()
337 if (IS_DES(flags)) { in qce_setup_regs_ablkcipher()
Dcommon.h54 #define IS_DES(flags) (flags & QCE_ALG_DES) macro
Dablkcipher.c376 IS_DES(def->flags) ? qce_des_setkey : in qce_ablkcipher_register_one()