Home
last modified time | relevance | path

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

/drivers/crypto/qce/
Dcommon.c100 if (IS_AES(flags) && (IS_CCM(flags) || IS_CMAC(flags))) in qce_auth_cfg()
105 if (IS_CCM(flags) || IS_CMAC(flags)) { in qce_auth_cfg()
124 else if (IS_AES(flags) && IS_CCM(flags)) in qce_auth_cfg()
132 if (IS_CCM(flags)) in qce_auth_cfg()
135 if (IS_CBC(flags) || IS_CTR(flags) || IS_CCM(flags) || in qce_auth_cfg()
Dcommon.h75 #define IS_CCM(mode) (mode & QCE_MODE_CCM) macro