Searched refs:IS_XTS (Results 1 – 2 of 2) sorted by relevance
325 if (IS_XTS(flags)) in qce_setup_regs_ablkcipher()344 if (IS_XTS(flags)) in qce_setup_regs_ablkcipher()355 if (IS_XTS(flags)) in qce_setup_regs_ablkcipher()
70 #define IS_XTS(mode) (mode & QCE_MODE_XTS) macro