Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/qce/
H A Dcommon.h61 #define IS_DES(flags) (flags & QCE_ALG_DES) macro
H A 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()
H A Dskcipher.c459 IS_DES(def->flags) ? qce_des_setkey : in qce_skcipher_register_one()
H A Daead.c611 if (IS_DES(flags)) { in qce_aead_setkey()