Searched defs:outputFrame (Results 1 – 2 of 2) sorted by relevance
114 ByteBuffer outputFrame = ByteBuffer.allocate(OUT_FRAME_SIZE); in processBytesFromPeerStartServer() local143 ByteBuffer outputFrame = ByteBuffer.allocate(OUT_FRAME_SIZE); in processBytesFromPeerStartServerFinished() local173 ByteBuffer outputFrame = ByteBuffer.allocate(OUT_FRAME_SIZE); in processBytesFromPeerClientNext() local187 ByteBuffer outputFrame = ByteBuffer.allocate(OUT_FRAME_SIZE); in processBytesFromPeerClientNextFinished() local223 ByteBuffer outputFrame = ByteBuffer.allocate(OUT_FRAME_SIZE); in extractClientPeerSuccess() local247 ByteBuffer outputFrame = ByteBuffer.allocate(OUT_FRAME_SIZE); in extractServerPeerSuccess() local
39 private ByteBuffer outputFrame; field in AltsTsiHandshaker