Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/qce/
Dcommon.c98 if (IS_AES(flags) && (IS_CCM(flags) || IS_CMAC(flags))) in qce_auth_cfg()
103 if (IS_CCM(flags) || IS_CMAC(flags)) { in qce_auth_cfg()
122 else if (IS_AES(flags) && IS_CCM(flags)) in qce_auth_cfg()
130 if (IS_CCM(flags)) in qce_auth_cfg()
133 if (IS_CBC(flags) || IS_CTR(flags) || IS_CCM(flags) || in qce_auth_cfg()
Dcommon.h71 #define IS_CCM(mode) (mode & QCE_MODE_CCM) macro