Home
last modified time | relevance | path

Searched refs:RECORD_HEADER_SIZE (Results 1 – 25 of 130) sorted by relevance

123456

/dports/security/gnutls/gnutls-3.6.16/lib/
H A Drecord.h56 size = session->security_parameters.max_record_recv_size + RECORD_HEADER_SIZE(session); in max_record_recv_size()
85 unsigned total = RECORD_HEADER_SIZE(session); in get_total_headers()
98 unsigned total = RECORD_HEADER_SIZE(session); in get_total_headers2()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/OpenFlight/
H A DReaderWriterFLT.cpp422 const int RECORD_HEADER_SIZE = 4; in readNode() local
472 if (size > RECORD_HEADER_SIZE) in readNode()
475 std::string buffer((std::string::size_type)size-RECORD_HEADER_SIZE,'\0'); in readNode()
476 fin.read(&buffer[0], size-RECORD_HEADER_SIZE); in readNode()
484 if (size > RECORD_HEADER_SIZE) in readNode()
486 std::string buffer((std::string::size_type)size-RECORD_HEADER_SIZE,'\0'); in readNode()
487 fin.read(&buffer[0], size-RECORD_HEADER_SIZE); in readNode()
503 if (size > RECORD_HEADER_SIZE) in readNode()
504 fin.read(&buffer[0], size-RECORD_HEADER_SIZE); in readNode()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/OpenFlight/
H A DReaderWriterFLT.cpp421 const int RECORD_HEADER_SIZE = 4; in readNode() local
471 if (size > RECORD_HEADER_SIZE) in readNode()
474 std::string buffer((std::string::size_type)size-RECORD_HEADER_SIZE,'\0'); in readNode()
475 fin.read(&buffer[0], size-RECORD_HEADER_SIZE); in readNode()
483 if (size > RECORD_HEADER_SIZE) in readNode()
485 std::string buffer((std::string::size_type)size-RECORD_HEADER_SIZE,'\0'); in readNode()
486 fin.read(&buffer[0], size-RECORD_HEADER_SIZE); in readNode()
502 if (size > RECORD_HEADER_SIZE) in readNode()
503 fin.read(&buffer[0], size-RECORD_HEADER_SIZE); in readNode()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/ServerName/
H A DSSLEngineExplorer.java108 buffer.limit(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
109 while (position < SSLExplorer.RECORD_HEADER_SIZE) { in doServerSide()
125 buffer.position(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
H A DSSLEngineExplorerWithSrv.java102 buffer.limit(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
103 while (position < SSLExplorer.RECORD_HEADER_SIZE) { in doServerSide()
119 buffer.position(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
H A DSSLEngineExplorerWithCli.java102 buffer.limit(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
103 while (position < SSLExplorer.RECORD_HEADER_SIZE) { in doServerSide()
119 buffer.position(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/net/ssl/ServerName/
H A DSSLEngineExplorer.java108 buffer.limit(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
109 while (position < SSLExplorer.RECORD_HEADER_SIZE) { in doServerSide()
125 buffer.position(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/net/ssl/ServerName/
H A DSSLEngineExplorer.java108 buffer.limit(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
109 while (position < SSLExplorer.RECORD_HEADER_SIZE) { in doServerSide()
125 buffer.position(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/ServerName/
H A DSSLEngineExplorer.java108 buffer.limit(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
109 while (position < SSLExplorer.RECORD_HEADER_SIZE) { in doServerSide()
125 buffer.position(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/net/ssl/ServerName/
H A DSSLEngineExplorer.java108 buffer.limit(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
109 while (position < SSLExplorer.RECORD_HEADER_SIZE) { in doServerSide()
125 buffer.position(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/net/ssl/ServerName/
H A DSSLEngineExplorer.java108 buffer.limit(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
109 while (position < SSLExplorer.RECORD_HEADER_SIZE) { in doServerSide()
125 buffer.position(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/templates/
H A DSSLExplorer.java47 public final static int RECORD_HEADER_SIZE = 0x05; field in SSLExplorer
73 if (input.remaining() < RECORD_HEADER_SIZE) { in getRequiredSize()
84 return RECORD_HEADER_SIZE; // Only need the header fields in getRequiredSize()
151 if (input.remaining() < RECORD_HEADER_SIZE) { in explore()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/net/ssl/templates/
H A DSSLExplorer.java47 public final static int RECORD_HEADER_SIZE = 0x05; field in SSLExplorer
73 if (input.remaining() < RECORD_HEADER_SIZE) { in getRequiredSize()
84 return RECORD_HEADER_SIZE; // Only need the header fields in getRequiredSize()
151 if (input.remaining() < RECORD_HEADER_SIZE) { in explore()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/net/ssl/templates/
H A DSSLExplorer.java47 public final static int RECORD_HEADER_SIZE = 0x05; field in SSLExplorer
73 if (input.remaining() < RECORD_HEADER_SIZE) { in getRequiredSize()
84 return RECORD_HEADER_SIZE; // Only need the header fields in getRequiredSize()
151 if (input.remaining() < RECORD_HEADER_SIZE) { in explore()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/net/ssl/templates/
H A DSSLExplorer.java47 public final static int RECORD_HEADER_SIZE = 0x05; field in SSLExplorer
73 if (input.remaining() < RECORD_HEADER_SIZE) { in getRequiredSize()
84 return RECORD_HEADER_SIZE; // Only need the header fields in getRequiredSize()
151 if (input.remaining() < RECORD_HEADER_SIZE) { in explore()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/net/ssl/templates/
H A DSSLExplorer.java47 public final static int RECORD_HEADER_SIZE = 0x05; field in SSLExplorer
73 if (input.remaining() < RECORD_HEADER_SIZE) { in getRequiredSize()
84 return RECORD_HEADER_SIZE; // Only need the header fields in getRequiredSize()
151 if (input.remaining() < RECORD_HEADER_SIZE) { in explore()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/net/ssl/templates/
H A DSSLExplorer.java47 public final static int RECORD_HEADER_SIZE = 0x05; field in SSLExplorer
73 if (input.remaining() < RECORD_HEADER_SIZE) { in getRequiredSize()
84 return RECORD_HEADER_SIZE; // Only need the header fields in getRequiredSize()
151 if (input.remaining() < RECORD_HEADER_SIZE) { in explore()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/net/ssl/templates/
H A DSSLExplorer.java47 public final static int RECORD_HEADER_SIZE = 0x05; field in SSLExplorer
73 if (input.remaining() < RECORD_HEADER_SIZE) { in getRequiredSize()
84 return RECORD_HEADER_SIZE; // Only need the header fields in getRequiredSize()
151 if (input.remaining() < RECORD_HEADER_SIZE) { in explore()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/net/ssl/templates/
H A DSSLExplorer.java49 public final static int RECORD_HEADER_SIZE = 0x05; field in SSLExplorer
75 if (input.remaining() < RECORD_HEADER_SIZE) { in getRequiredSize()
86 return RECORD_HEADER_SIZE; // Only need the header fields in getRequiredSize()
153 if (input.remaining() < RECORD_HEADER_SIZE) { in explore()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/net/ssl/templates/
H A DSSLExplorer.java47 public final static int RECORD_HEADER_SIZE = 0x05; field in SSLExplorer
73 if (input.remaining() < RECORD_HEADER_SIZE) { in getRequiredSize()
84 return RECORD_HEADER_SIZE; // Only need the header fields in getRequiredSize()
151 if (input.remaining() < RECORD_HEADER_SIZE) { in explore()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/net/ssl/templates/
H A DSSLExplorer.java49 public final static int RECORD_HEADER_SIZE = 0x05; field in SSLExplorer
75 if (input.remaining() < RECORD_HEADER_SIZE) { in getRequiredSize()
86 return RECORD_HEADER_SIZE; // Only need the header fields in getRequiredSize()
153 if (input.remaining() < RECORD_HEADER_SIZE) { in explore()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/net/ssl/ServerName/
H A DSSLEngineExplorer.java111 buffer.limit(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
112 while (position < SSLExplorer.RECORD_HEADER_SIZE) { in doServerSide()
128 buffer.position(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/net/ssl/ServerName/
H A DSSLEngineExplorer.java111 buffer.limit(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
112 while (position < SSLExplorer.RECORD_HEADER_SIZE) { in doServerSide()
128 buffer.position(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/net/ssl/ServerName/
H A DSSLEngineExplorer.java111 buffer.limit(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
112 while (position < SSLExplorer.RECORD_HEADER_SIZE) { in doServerSide()
128 buffer.position(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/net/ssl/ServerName/
H A DSSLEngineExplorer.java111 buffer.limit(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()
112 while (position < SSLExplorer.RECORD_HEADER_SIZE) { in doServerSide()
128 buffer.position(SSLExplorer.RECORD_HEADER_SIZE); in doServerSide()

123456