Searched refs:IS_CTR (Results 1 – 2 of 2) sorted by relevance
120 IS_CBC(flags) || IS_CTR(flags)) in qce_auth_cfg()133 if (IS_CBC(flags) || IS_CTR(flags) || IS_CCM(flags) || in qce_auth_cfg()370 if (IS_CTR(flags)) { in qce_setup_regs_ablkcipher()
69 #define IS_CTR(mode) (mode & QCE_MODE_CTR) macro