Lines Matching refs:IS_CCM
53 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()
520 if (!(IS_CCM(rctx->flags) && IS_DECRYPT(rctx->flags))) in qce_aead_crypt()
656 if (IS_CCM(flags)) { in qce_aead_setauthsize()
779 if (IS_CCM(def->flags)) in qce_aead_register_one()