Searched refs:QCE_ENCRYPT (Results 1 – 3 of 3) sorted by relevance
58 #define QCE_ENCRYPT BIT(30) macro81 #define IS_ENCRYPT(dir) (dir & QCE_ENCRYPT)
267 rctx->flags |= encrypt ? QCE_ENCRYPT : QCE_DECRYPT; in qce_skcipher_crypt()
511 rctx->flags |= encrypt ? QCE_ENCRYPT : QCE_DECRYPT; in qce_aead_crypt()