Searched refs:IS_CMAC (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/crypto/qce/
H A Dcommon.c106 if (IS_AES(flags) && (IS_CCM(flags) || IS_CMAC(flags))) qce_auth_cfg()
111 if (IS_CCM(flags) || IS_CMAC(flags)) { qce_auth_cfg()
122 else if (IS_CMAC(flags)) qce_auth_cfg()
132 else if (IS_AES(flags) && IS_CMAC(flags)) qce_auth_cfg()
142 IS_CMAC(flags)) qce_auth_cfg()
251 if (IS_CMAC(rctx->flags)) { qce_setup_regs_ahash()
262 if (IS_SHA_HMAC(rctx->flags) || IS_CMAC(rctx->flags)) { qce_setup_regs_ahash()
270 if (IS_CMAC(rctx->flags)) qce_setup_regs_ahash()
H A Dcommon.h70 #define IS_CMAC(flags) (flags & QCE_HASH_AES_CMAC) macro
H A Dsha.c89 } else if (IS_CMAC(flags)) { qce_ahash_async_req_handle()

Completed in 192 milliseconds