Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/qce/
Dcommon.c98 if (IS_AES(flags) && (IS_CCM(flags) || IS_CMAC(flags))) in qce_auth_cfg()
103 if (IS_CCM(flags) || IS_CMAC(flags)) { in qce_auth_cfg()
114 else if (IS_CMAC(flags)) in qce_auth_cfg()
124 else if (IS_AES(flags) && IS_CMAC(flags)) in qce_auth_cfg()
134 IS_CMAC(flags)) in qce_auth_cfg()
243 if (IS_CMAC(rctx->flags)) { in qce_setup_regs_ahash()
254 if (IS_SHA_HMAC(rctx->flags) || IS_CMAC(rctx->flags)) { in qce_setup_regs_ahash()
262 if (IS_CMAC(rctx->flags)) in qce_setup_regs_ahash()
Dcommon.h62 #define IS_CMAC(flags) (flags & QCE_HASH_AES_CMAC) macro
Dsha.c81 } else if (IS_CMAC(flags)) { in qce_ahash_async_req_handle()