Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DTsiTest.java130 sender.protectFlush( in sendMessage()
264 sender.protectFlush( in corruptedCounterTest()
305 sender.protectFlush( in corruptedCiphertextTest()
344 sender.protectFlush( in corruptedTagTest()
383 sender.protectFlush( in reflectedCiphertextTest()
DAltsProtocolNegotiatorTest.java221 serverProtector.protectFlush( in protectShouldRoundtrip()
254 serverProtector.protectFlush( in unprotectLargeIncomingFrame()
488 public void protectFlush( in protectFlush() method in AltsProtocolNegotiatorTest.InterceptingProtector
492 delegate.protectFlush(unprotectedBufs, ctxWrite, alloc); in protectFlush()
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java77 public void protectFlush( in protectFlush() method in AltsTsiFrameProtector
80 protector.protectFlush(unprotectedBufs, ctxWrite, alloc); in protectFlush()
114 void protectFlush( in protectFlush() method in AltsTsiFrameProtector.Protector
DTsiFrameProtector.java39 void protectFlush( in protectFlush() method
DTsiFrameHandler.java167 protector.protectFlush( in flush()