Home
last modified time | relevance | path

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

/drivers/crypto/qce/
Dcommon.c106 if (IS_AES(flags) && (IS_CCM(flags) || IS_CMAC(flags))) in qce_auth_cfg()
111 if (IS_CCM(flags) || IS_CMAC(flags)) { in qce_auth_cfg()
130 else if (IS_AES(flags) && IS_CCM(flags)) in qce_auth_cfg()
138 if (IS_CCM(flags)) in qce_auth_cfg()
141 if (IS_CBC(flags) || IS_CTR(flags) || IS_CCM(flags) || in qce_auth_cfg()
Dcommon.h79 #define IS_CCM(mode) (mode & QCE_MODE_CCM) macro