Searched refs:ciphertextIdx (Results 1 – 1 of 1) sorted by relevance
317 int ciphertextIdx = protect.writerIndex() - FakeChannelCrypter.getTagBytes() - 2; in corruptedCiphertextTest() local318 protect.setByte(ciphertextIdx, protect.getByte(ciphertextIdx) + 1); in corruptedCiphertextTest()