Home
last modified time | relevance | path

Searched refs:Handshakers (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DTsiTest.java43 public static class Handshakers { class in TsiTest
47 public Handshakers(TsiHandshaker client, TsiHandshaker server) { in Handshakers() method in TsiTest.Handshakers
79 static void performHandshake(int transportBufferSize, Handshakers handshakers) in performHandshake()
108 public static void handshakeTest(Handshakers handshakers) throws GeneralSecurityException { in handshakeTest()
112 public static void handshakeSmallBufferTest(Handshakers handshakers) in handshakeSmallBufferTest()
159 public static void pingPongTest(Handshakers handshakers, RegisterRef ref) in pingPongTest()
174 public static void pingPongExactFrameSizeTest(Handshakers handshakers, RegisterRef ref) in pingPongExactFrameSizeTest()
196 public static void pingPongSmallBufferTest(Handshakers handshakers, RegisterRef ref) in pingPongSmallBufferTest()
212 int frameProtectorOverhead, Handshakers handshakers, RegisterRef ref) in pingPongSmallFrameTest()
231 int frameProtectorOverhead, Handshakers handshakers, RegisterRef ref) in pingPongSmallFrameSmallBufferTest()
[all …]
DAltsTsiTest.java26 import io.grpc.alts.internal.TsiTest.Handshakers;
81 private Handshakers newHandshakers() { in newHandshakers()
84 return new Handshakers(clientHandshaker, serverHandshaker); in newHandshakers()
89 Handshakers handshakers = newHandshakers(); in verifyHandshakePeer()
DFakeTsiTest.java25 import io.grpc.alts.internal.TsiTest.Handshakers;
59 private static Handshakers newHandshakers() { in newHandshakers()
62 return new Handshakers(clientHandshaker, serverHandshaker); in newHandshakers()
83 Handshakers handshakers = newHandshakers(); in handshakeStateOrderTest()