Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DTsiTest.java127 final List<ByteBuf> protectOut = new ArrayList<>(); in sendMessage() local
135 protectOut.add(buf); in sendMessage()
139 assertThat(protectOut.size()).isEqualTo(1); in sendMessage()
141 ByteBuf protect = ref.register(protectOut.get(0)); in sendMessage()
261 final List<ByteBuf> protectOut = new ArrayList<>(); in corruptedCounterTest() local
269 protectOut.add(buf); in corruptedCounterTest()
273 assertThat(protectOut.size()).isEqualTo(1); in corruptedCounterTest()
275 ByteBuf protect = ref.register(protectOut.get(0)); in corruptedCounterTest()
302 final List<ByteBuf> protectOut = new ArrayList<>(); in corruptedCiphertextTest() local
310 protectOut.add(buf); in corruptedCiphertextTest()
[all …]