IS_CBC
if (IS_ECB(rctx->flags) || IS_CBC(rctx->flags))
if (IS_CBC(rctx->flags) && !IS_ALIGNED(rctx->cryptlen, blocksize))