Searched refs:protectOut (Results 1 – 1 of 1) sorted by relevance
127 final List<ByteBuf> protectOut = new ArrayList<>(); in sendMessage() local135 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() local269 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() local310 protectOut.add(buf); in corruptedCiphertextTest()[all …]