Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DTsiTest.java128 List<Object> unprotectOut = new ArrayList<>(); in sendMessage() local
148 receiver.unprotect(buf, unprotectOut, alloc); in sendMessage()
151 for (Object unprotect : unprotectOut) { in sendMessage()
262 List<Object> unprotectOut = new ArrayList<>(); in corruptedCounterTest() local
277 receiver.unprotect(protect.slice(), unprotectOut, alloc); in corruptedCounterTest() local
278 assertThat(unprotectOut.size()).isEqualTo(1); in corruptedCounterTest()
279 ref.register((ByteBuf) unprotectOut.get(0)); in corruptedCounterTest()
282 receiver.unprotect(protect, unprotectOut, alloc); in corruptedCounterTest()
303 List<Object> unprotectOut = new ArrayList<>(); in corruptedCiphertextTest() local
321 receiver.unprotect(protect, unprotectOut, alloc); in corruptedCiphertextTest()
[all …]