Searched refs:createFrameProtector (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
H A D | TsiTest.java | 164 TsiFrameProtector clientProtector = handshakers.getClient().createFrameProtector(alloc); in pingPongTest() 165 TsiFrameProtector serverProtector = handshakers.getServer().createFrameProtector(alloc); in pingPongTest() 185 handshakers.getClient().createFrameProtector(frameSize, alloc); in pingPongExactFrameSizeTest() 187 handshakers.getServer().createFrameProtector(frameSize, alloc); in pingPongExactFrameSizeTest() 201 TsiFrameProtector clientProtector = handshakers.getClient().createFrameProtector(alloc); in pingPongSmallBufferTest() 202 TsiFrameProtector serverProtector = handshakers.getServer().createFrameProtector(alloc); in pingPongSmallBufferTest() 219 handshakers.getClient().createFrameProtector(frameProtectorOverhead + 3, alloc); in pingPongSmallFrameTest() 221 handshakers.getServer().createFrameProtector(frameProtectorOverhead + 5, alloc); in pingPongSmallFrameTest() 238 handshakers.getClient().createFrameProtector(frameProtectorOverhead + 3, alloc); in pingPongSmallFrameSmallBufferTest() 240 handshakers.getServer().createFrameProtector(frameProtectorOverhead + 5, alloc); in pingPongSmallFrameSmallBufferTest() [all …]
|
H A D | AltsProtocolNegotiatorTest.java | 210 TsiFrameProtector serverProtector = serverHandshaker.createFrameProtector(channel.alloc()); in protectShouldRoundtrip() 257 serverHandshaker.createFrameProtector(serverFrameSize, channel.alloc()); in unprotectLargeIncomingFrame() 493 public TsiFrameProtector createFrameProtector(ByteBufAllocator alloc) { in createFrameProtector() method in AltsProtocolNegotiatorTest.DelegatingTsiHandshaker 495 new InterceptingProtector(delegate.createFrameProtector(alloc)); in createFrameProtector() 501 public TsiFrameProtector createFrameProtector(int maxFrameSize, ByteBufAllocator alloc) { in createFrameProtector() method in AltsProtocolNegotiatorTest.DelegatingTsiHandshaker 503 new InterceptingProtector(delegate.createFrameProtector(maxFrameSize, alloc)); in createFrameProtector()
|
H A D | FakeTsiHandshaker.java | 221 public TsiFrameProtector createFrameProtector(int maxFrameSize, ByteBufAllocator alloc) { in createFrameProtector() method in FakeTsiHandshaker 230 public TsiFrameProtector createFrameProtector(ByteBufAllocator alloc) { in createFrameProtector() method in FakeTsiHandshaker 231 return createFrameProtector(AltsTsiFrameProtector.getMinFrameSize(), alloc); in createFrameProtector()
|
/aosp_15_r20/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
H A D | NettyTsiHandshaker.java | 137 TsiFrameProtector createFrameProtector(int maxFrameSize, ByteBufAllocator alloc) { in createFrameProtector() method in NettyTsiHandshaker 139 return internalHandshaker.createFrameProtector(maxFrameSize, alloc); in createFrameProtector() 148 TsiFrameProtector createFrameProtector(ByteBufAllocator alloc) { in createFrameProtector() method in NettyTsiHandshaker 150 return internalHandshaker.createFrameProtector(alloc); in createFrameProtector()
|
H A D | AltsTsiHandshaker.java | 190 public TsiFrameProtector createFrameProtector(int maxFrameSize, ByteBufAllocator alloc) { in createFrameProtector() method in AltsTsiHandshaker 215 public TsiFrameProtector createFrameProtector(ByteBufAllocator alloc) { in createFrameProtector() method in AltsTsiHandshaker 216 return createFrameProtector(AltsTsiFrameProtector.getMinFrameSize(), alloc); in createFrameProtector()
|
H A D | TsiHandshaker.java | 99 TsiFrameProtector createFrameProtector(int maxFrameSize, ByteBufAllocator alloc); in createFrameProtector() method 108 TsiFrameProtector createFrameProtector(ByteBufAllocator alloc); in createFrameProtector() method
|
H A D | TsiHandshakeHandler.java | 135 TsiFrameProtector protector = handshaker.createFrameProtector(ctx.alloc()); in decode()
|
/aosp_15_r20/tools/deviceinfra/prebuilts/ |
D | ats_olc_server_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |