Searched refs:plaintextBuffer (Results 1 – 2 of 2) sorted by relevance
126 ByteBuf plaintextBuffer = Unpooled.wrappedBuffer(message.getBytes(UTF_8)); in sendMessage() local131 Collections.singletonList(plaintextBuffer), in sendMessage()260 ByteBuf plaintextBuffer = Unpooled.wrappedBuffer(message.getBytes(UTF_8)); in corruptedCounterTest() local265 Collections.singletonList(plaintextBuffer), in corruptedCounterTest()301 ByteBuf plaintextBuffer = Unpooled.wrappedBuffer(message.getBytes(UTF_8)); in corruptedCiphertextTest() local306 Collections.singletonList(plaintextBuffer), in corruptedCiphertextTest()340 ByteBuf plaintextBuffer = Unpooled.wrappedBuffer(message.getBytes(UTF_8)); in corruptedTagTest() local345 Collections.singletonList(plaintextBuffer), in corruptedTagTest()379 ByteBuf plaintextBuffer = Unpooled.wrappedBuffer(message.getBytes(UTF_8)); in reflectedCiphertextTest() local384 Collections.singletonList(plaintextBuffer), in reflectedCiphertextTest()
137 ByteBuffer plaintextBuffer = ByteBuffer.wrap(plaintext); in testVectorDecrypt() local141 plaintextBuffer, in testVectorDecrypt()147 .that(plaintextBuffer.remaining()) in testVectorDecrypt()