Searched refs:IS_CTR (Results 1 – 2 of 2) sorted by relevance
122 IS_CBC(flags) || IS_CTR(flags)) in qce_auth_cfg()135 if (IS_CBC(flags) || IS_CTR(flags) || IS_CCM(flags) || in qce_auth_cfg()371 if (IS_CTR(flags)) { in qce_setup_regs_skcipher()
73 #define IS_CTR(mode) (mode & QCE_MODE_CTR) macro