ENC_BLOCK_SIZE
i = BIO_read(next, ctx->read_start, ENC_BLOCK_SIZE);
n = (inl > ENC_BLOCK_SIZE) ? ENC_BLOCK_SIZE : inl;
unsigned char buf[BUF_OFFSET + ENC_BLOCK_SIZE];