Home
last modified time | relevance | path

Searched refs:IS_CTR (Results 1 – 2 of 2) sorted by relevance

/drivers/crypto/qce/
Dcommon.c122 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()
Dcommon.h73 #define IS_CTR(mode) (mode & QCE_MODE_CTR) macro