Searched refs:IS_CMAC (Results 1 – 2 of 2) sorted by relevance
106 if (IS_CCM(flags) || IS_CMAC(flags)) in qce_auth_cfg()111 if (IS_CCM(flags) || IS_CMAC(flags)) { in qce_auth_cfg()122 else if (IS_CMAC(flags)) in qce_auth_cfg()133 else if (IS_CMAC(flags)) in qce_auth_cfg()167 if (IS_CMAC(rctx->flags)) { in qce_setup_regs_ahash()178 if (IS_SHA_HMAC(rctx->flags) || IS_CMAC(rctx->flags)) { in qce_setup_regs_ahash()186 if (IS_CMAC(rctx->flags)) in qce_setup_regs_ahash()
69 #define IS_CMAC(flags) (flags & QCE_HASH_AES_CMAC) macro