Searched refs:unprotectOut (Results 1 – 1 of 1) sorted by relevance
128 List<Object> unprotectOut = new ArrayList<>(); in sendMessage() local148 receiver.unprotect(buf, unprotectOut, alloc); in sendMessage()151 for (Object unprotect : unprotectOut) { in sendMessage()262 List<Object> unprotectOut = new ArrayList<>(); in corruptedCounterTest() local277 receiver.unprotect(protect.slice(), unprotectOut, alloc); in corruptedCounterTest() local278 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() local321 receiver.unprotect(protect, unprotectOut, alloc); in corruptedCiphertextTest()[all …]