Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DTsiTest.java126 ByteBuf plaintextBuffer = Unpooled.wrappedBuffer(message.getBytes(UTF_8)); in sendMessage() local
131 Collections.singletonList(plaintextBuffer), in sendMessage()
260 ByteBuf plaintextBuffer = Unpooled.wrappedBuffer(message.getBytes(UTF_8)); in corruptedCounterTest() local
265 Collections.singletonList(plaintextBuffer), in corruptedCounterTest()
301 ByteBuf plaintextBuffer = Unpooled.wrappedBuffer(message.getBytes(UTF_8)); in corruptedCiphertextTest() local
306 Collections.singletonList(plaintextBuffer), in corruptedCiphertextTest()
340 ByteBuf plaintextBuffer = Unpooled.wrappedBuffer(message.getBytes(UTF_8)); in corruptedTagTest() local
345 Collections.singletonList(plaintextBuffer), in corruptedTagTest()
379 ByteBuf plaintextBuffer = Unpooled.wrappedBuffer(message.getBytes(UTF_8)); in reflectedCiphertextTest() local
384 Collections.singletonList(plaintextBuffer), in reflectedCiphertextTest()
DAesGcmHkdfAeadCrypterTest.java137 ByteBuffer plaintextBuffer = ByteBuffer.wrap(plaintext); in testVectorDecrypt() local
141 plaintextBuffer, in testVectorDecrypt()
147 .that(plaintextBuffer.remaining()) in testVectorDecrypt()