Home
last modified time | relevance | path

Searched refs:IS_CCM (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()
124 else if (IS_CCM(flags)) in qce_auth_cfg()
131 else if (IS_CCM(flags)) in qce_auth_cfg()
139 if (IS_CCM(flags)) in qce_auth_cfg()
452 if (IS_CCM(rctx->flags)) { in qce_setup_regs_aead()
485 } else if (IS_CCM(rctx->flags)) { in qce_setup_regs_aead()
502 if (IS_CCM(rctx->flags)) in qce_setup_regs_aead()
507 if (IS_CCM(rctx->flags)) in qce_setup_regs_aead()
517 if (IS_CCM(rctx->flags) && IS_DECRYPT(rctx->flags)) in qce_setup_regs_aead()
[all …]
H A Daead.c53 if (IS_CCM(rctx->flags)) { in qce_aead_done()
72 if (IS_CCM(rctx->flags)) in qce_aead_done()
79 } else if (!IS_CCM(rctx->flags)) { in qce_aead_done()
130 if (IS_CCM(rctx->flags)) in qce_aead_prepare_dst_buf()
141 if (IS_CCM(rctx->flags) && assoclen) { in qce_aead_prepare_dst_buf()
165 if (IS_CCM(rctx->flags)) in qce_aead_prepare_dst_buf()
440 if (IS_CCM(rctx->flags)) { in qce_aead_async_req_handle()
445 if (IS_CCM(rctx->flags)) in qce_aead_async_req_handle()
492 if (IS_CCM(rctx->flags) && rctx->assoclen) { in qce_aead_async_req_handle()
656 if (IS_CCM(flags)) { in qce_aead_setauthsize()
[all …]
H A Dcommon.h78 #define IS_CCM(mode) (mode & QCE_MODE_CCM) macro