Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dcommon.c100 if (IS_AES(flags) && (IS_CCM(flags) || IS_CMAC(flags))) in qce_auth_cfg()
105 if (IS_CCM(flags) || IS_CMAC(flags)) { in qce_auth_cfg()
116 else if (IS_CMAC(flags)) in qce_auth_cfg()
126 else if (IS_AES(flags) && IS_CMAC(flags)) in qce_auth_cfg()
136 IS_CMAC(flags)) in qce_auth_cfg()
163 if (IS_CMAC(rctx->flags)) { in qce_setup_regs_ahash()
174 if (IS_SHA_HMAC(rctx->flags) || IS_CMAC(rctx->flags)) { in qce_setup_regs_ahash()
182 if (IS_CMAC(rctx->flags)) in qce_setup_regs_ahash()
H A Dcommon.h66 #define IS_CMAC(flags) (flags & QCE_HASH_AES_CMAC) macro
H A Dsha.c82 } else if (IS_CMAC(flags)) { in qce_ahash_async_req_handle()
/kernel/linux/linux-6.6/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()

Completed in 4 milliseconds