BufferedBlockCipher.bufOff

where the next byte get added to the buffer (i.e. buf[bufOff++] = newByte)

struct BufferedBlockCipher(Cipher, bool permitPartialBlock = false)
uint bufOff;

Meta