Home
last modified time | relevance | path

Searched defs:handshakers (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DTsiTest.java79 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()
252 public static void corruptedCounterTest(Handshakers handshakers, RegisterRef ref) in corruptedCounterTest()
293 public static void corruptedCiphertextTest(Handshakers handshakers, RegisterRef ref) in corruptedCiphertextTest()
[all …]
DAltsTsiTest.java89 Handshakers handshakers = newHandshakers(); in verifyHandshakePeer() local
90 TsiTest.performHandshake(TsiTest.getDefaultTransportBufferSize(), handshakers); in verifyHandshakePeer() local
DFakeTsiTest.java83 Handshakers handshakers = newHandshakers(); in handshakeStateOrderTest() local
/external/grpc-grpc/src/core/lib/channel/
Dhandshaker.cc74 grpc_handshaker** handshakers; member