Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/crypto/qce/
Dcommon.c105 if (IS_CCM(flags) || IS_CMAC(flags)) in qce_auth_cfg()
110 if (IS_CCM(flags) || IS_CMAC(flags)) { in qce_auth_cfg()
123 else if (IS_CCM(flags)) in qce_auth_cfg()
130 else if (IS_CCM(flags)) in qce_auth_cfg()
138 if (IS_CCM(flags)) in qce_auth_cfg()
451 if (IS_CCM(rctx->flags)) { in qce_setup_regs_aead()
484 } else if (IS_CCM(rctx->flags)) { in qce_setup_regs_aead()
501 if (IS_CCM(rctx->flags)) in qce_setup_regs_aead()
506 if (IS_CCM(rctx->flags)) in qce_setup_regs_aead()
516 if (IS_CCM(rctx->flags) && IS_DECRYPT(rctx->flags)) in qce_setup_regs_aead()
[all …]
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()
465 if (IS_CCM(rctx->flags) && IS_DECRYPT(rctx->flags)) in qce_aead_async_req_handle()
492 if (IS_CCM(rctx->flags) && rctx->assoclen) { in qce_aead_async_req_handle()
[all …]
Dcommon.h78 #define IS_CCM(mode) (mode & QCE_MODE_CCM) macro