Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/qce/
H A Dcommon.c106 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()
H A Dcommon.h69 #define IS_CMAC(flags) (flags & QCE_HASH_AES_CMAC) macro
H A Dsha.c88 } else if (IS_CMAC(flags)) { in qce_ahash_async_req_handle()