Searched refs:IS_CTR (Results 1 – 2 of 2) sorted by relevance
128 IS_CBC(flags) || IS_CTR(flags)) in qce_auth_cfg()141 if (IS_CBC(flags) || IS_CTR(flags) || IS_CCM(flags) || in qce_auth_cfg()378 if (IS_CTR(flags)) { in qce_setup_regs_ablkcipher()
77 #define IS_CTR(mode) (mode & QCE_MODE_CTR) macro