Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/qce/
Dcommon.c69 else if (IS_DES(flags) || IS_3DES(flags)) in qce_encr_cfg()
72 if (IS_DES(flags)) in qce_encr_cfg()
345 if (IS_DES(flags)) { in qce_setup_regs_ablkcipher()
Dcommon.h62 #define IS_DES(flags) (flags & QCE_ALG_DES) macro
Dablkcipher.c181 } else if (IS_DES(flags)) { in qce_ablkcipher_setkey()