Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()