QCE_DECRYPT
rctx->flags |= encrypt ? QCE_ENCRYPT : QCE_DECRYPT;
#define IS_DECRYPT(dir) (dir & QCE_DECRYPT)