Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/crypto/qce/
Dcommon.h61 #define IS_DES(flags) (flags & QCE_ALG_DES) macro
Dcommon.c246 else if (IS_DES(flags) || IS_3DES(flags)) in qce_encr_cfg()
249 if (IS_DES(flags)) in qce_encr_cfg()
343 if (IS_DES(flags)) { in qce_setup_regs_skcipher()
Dskcipher.c459 IS_DES(def->flags) ? qce_des_setkey : in qce_skcipher_register_one()
Daead.c611 if (IS_DES(flags)) { in qce_aead_setkey()