Home
last modified time | relevance | path

Searched refs:ciphertextIdx (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DTsiTest.java317 int ciphertextIdx = protect.writerIndex() - FakeChannelCrypter.getTagBytes() - 2; in corruptedCiphertextTest() local
318 protect.setByte(ciphertextIdx, protect.getByte(ciphertextIdx) + 1); in corruptedCiphertextTest()