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