Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/qce/
H A Daead.c59 if (!(IS_DECRYPT(rctx->flags) && !diff_dst)) in qce_aead_done()
197 if (IS_DECRYPT(rctx->flags)) in qce_aead_ccm_prepare_buf_assoclen()
268 if (!IS_DECRYPT(rctx->flags)) { in qce_aead_ccm_prepare_buf_assoclen()
465 if (IS_CCM(rctx->flags) && IS_DECRYPT(rctx->flags)) in qce_aead_async_req_handle()
520 if (!(IS_CCM(rctx->flags) && IS_DECRYPT(rctx->flags))) in qce_aead_crypt()
H A Dcommon.h82 #define IS_DECRYPT(dir) (dir & QCE_DECRYPT) macro
H A Dcommon.c517 if (IS_CCM(rctx->flags) && IS_DECRYPT(rctx->flags)) in qce_setup_regs_aead()
528 if (IS_CCM(rctx->flags) && IS_DECRYPT(rctx->flags)) in qce_setup_regs_aead()