Home
last modified time | relevance | path

Searched refs:chc (Results 1 – 25 of 1087) sorted by relevance

12345678910>>...44

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/ssl/
H A DServerHello.java976 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onServerHello()
1037 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1081 chc.handshakeSession = chc.resumingSession; in consume()
1120 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1128 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1152 chc, chc.resumingSession.getMasterSecret()); in consume()
1229 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1251 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1265 chc.handshakeSession = chc.resumingSession; in consume()
1461 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
[all …]
H A DMaxFragExtension.java188 if (chc.isResumption && (chc.resumingSession != null)) { in produce()
196 if (chc.sslContext.isDTLS()) { in produce()
209 chc.handshakeExtensions.put( in produce()
215 chc.maxFragmentLength = -1; in produce()
406 if ((chc.maxFragmentLength > 0) && in consume()
410 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
421 chc.maxFragmentLength = -1; in consume()
426 if (chc.maxFragmentLength > 0) { in consume()
571 if ((chc.maxFragmentLength > 0) && in consume()
575 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
[all …]
H A DFinished.java390 chc.handshakeHash.update(); in onProduceFinished()
418 if (!chc.isResumption) { in onProduceFinished()
430 chc.conContext.conSession = chc.handshakeSession.finish(); in onProduceFinished()
431 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onProduceFinished()
552 if (!chc.isResumption) { in onConsumeFinished()
558 chc.conContext.conSession = chc.handshakeSession.finish(); in onConsumeFinished()
559 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onConsumeFinished()
757 chc.conContext.conSession = chc.handshakeSession.finish(); in onProduceFinished()
758 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onProduceFinished()
898 if (!chc.isResumption) { in onConsumeFinished()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/ssl/
H A DServerHello.java980 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onServerHello()
1041 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1085 chc.handshakeSession = chc.resumingSession; in consume()
1124 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1132 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1156 chc, chc.resumingSession.getMasterSecret()); in consume()
1233 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1255 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1269 chc.handshakeSession = chc.resumingSession; in consume()
1465 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
[all …]
H A DMaxFragExtension.java188 if (chc.isResumption && (chc.resumingSession != null)) { in produce()
196 if (chc.sslContext.isDTLS()) { in produce()
209 chc.handshakeExtensions.put( in produce()
215 chc.maxFragmentLength = -1; in produce()
406 if ((chc.maxFragmentLength > 0) && in consume()
410 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
421 chc.maxFragmentLength = -1; in consume()
426 if (chc.maxFragmentLength > 0) { in consume()
571 if ((chc.maxFragmentLength > 0) && in consume()
575 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
[all …]
H A DFinished.java390 chc.handshakeHash.update(); in onProduceFinished()
418 if (!chc.isResumption) { in onProduceFinished()
430 chc.conContext.conSession = chc.handshakeSession.finish(); in onProduceFinished()
431 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onProduceFinished()
558 if (!chc.isResumption) { in onConsumeFinished()
564 chc.conContext.conSession = chc.handshakeSession.finish(); in onConsumeFinished()
565 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onConsumeFinished()
763 chc.conContext.conSession = chc.handshakeSession.finish(); in onProduceFinished()
764 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onProduceFinished()
907 if (!chc.isResumption) { in onConsumeFinished()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/ssl/
H A DServerHello.java980 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onServerHello()
1041 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1085 chc.handshakeSession = chc.resumingSession; in consume()
1124 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1132 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1156 chc, chc.resumingSession.getMasterSecret()); in consume()
1233 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1255 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1269 chc.handshakeSession = chc.resumingSession; in consume()
1465 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
[all …]
H A DMaxFragExtension.java188 if (chc.isResumption && (chc.resumingSession != null)) { in produce()
196 if (chc.sslContext.isDTLS()) { in produce()
209 chc.handshakeExtensions.put( in produce()
215 chc.maxFragmentLength = -1; in produce()
406 if ((chc.maxFragmentLength > 0) && in consume()
410 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
421 chc.maxFragmentLength = -1; in consume()
426 if (chc.maxFragmentLength > 0) { in consume()
571 if ((chc.maxFragmentLength > 0) && in consume()
575 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
[all …]
H A DFinished.java388 chc.handshakeHash.update(); in onProduceFinished()
416 if (!chc.isResumption) { in onProduceFinished()
428 chc.conContext.conSession = chc.handshakeSession.finish(); in onProduceFinished()
429 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onProduceFinished()
556 if (!chc.isResumption) { in onConsumeFinished()
562 chc.conContext.conSession = chc.handshakeSession.finish(); in onConsumeFinished()
563 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onConsumeFinished()
761 chc.conContext.conSession = chc.handshakeSession.finish(); in onProduceFinished()
762 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onProduceFinished()
905 if (!chc.isResumption) { in onConsumeFinished()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/ssl/
H A DServerHello.java980 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onServerHello()
1041 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1085 chc.handshakeSession = chc.resumingSession; in consume()
1124 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1132 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1156 chc, chc.resumingSession.getMasterSecret()); in consume()
1233 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1255 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1269 chc.handshakeSession = chc.resumingSession; in consume()
1465 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
[all …]
H A DMaxFragExtension.java188 if (chc.isResumption && (chc.resumingSession != null)) { in produce()
196 if (chc.sslContext.isDTLS()) { in produce()
209 chc.handshakeExtensions.put( in produce()
215 chc.maxFragmentLength = -1; in produce()
406 if ((chc.maxFragmentLength > 0) && in consume()
410 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
421 chc.maxFragmentLength = -1; in consume()
426 if (chc.maxFragmentLength > 0) { in consume()
571 if ((chc.maxFragmentLength > 0) && in consume()
575 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
[all …]
H A DFinished.java390 chc.handshakeHash.update(); in onProduceFinished()
418 if (!chc.isResumption) { in onProduceFinished()
430 chc.conContext.conSession = chc.handshakeSession.finish(); in onProduceFinished()
431 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onProduceFinished()
558 if (!chc.isResumption) { in onConsumeFinished()
564 chc.conContext.conSession = chc.handshakeSession.finish(); in onConsumeFinished()
565 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onConsumeFinished()
763 chc.conContext.conSession = chc.handshakeSession.finish(); in onProduceFinished()
764 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onProduceFinished()
907 if (!chc.isResumption) { in onConsumeFinished()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/ssl/
H A DServerHello.java983 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onServerHello()
1044 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1088 chc.handshakeSession = chc.resumingSession; in consume()
1127 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1135 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1159 chc, chc.resumingSession.getMasterSecret()); in consume()
1236 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1258 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1272 chc.handshakeSession = chc.resumingSession; in consume()
1468 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
[all …]
H A DMaxFragExtension.java186 if (chc.isResumption && (chc.resumingSession != null)) { in produce()
194 if (chc.sslContext.isDTLS()) { in produce()
207 chc.handshakeExtensions.put( in produce()
213 chc.maxFragmentLength = -1; in produce()
416 if ((chc.maxFragmentLength > 0) && in consume()
420 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
431 chc.maxFragmentLength = -1; in consume()
436 if (chc.maxFragmentLength > 0) { in consume()
587 if ((chc.maxFragmentLength > 0) && in consume()
591 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
[all …]
H A DFinished.java390 chc.handshakeHash.update(); in onProduceFinished()
418 if (!chc.isResumption) { in onProduceFinished()
430 chc.conContext.conSession = chc.handshakeSession.finish(); in onProduceFinished()
431 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onProduceFinished()
552 if (!chc.isResumption) { in onConsumeFinished()
558 chc.conContext.conSession = chc.handshakeSession.finish(); in onConsumeFinished()
559 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onConsumeFinished()
757 chc.conContext.conSession = chc.handshakeSession.finish(); in onProduceFinished()
758 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onProduceFinished()
898 if (!chc.isResumption) { in onConsumeFinished()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DServerHello.java959 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onServerHello()
960 chc.conContext.outputRecord.setVersion(chc.negotiatedProtocol); in onServerHello()
1020 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1064 chc.handshakeSession = chc.resumingSession; in consume()
1098 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1121 chc, chc.resumingSession.getMasterSecret()); in consume()
1193 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1215 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1229 chc.handshakeSession = chc.resumingSession; in consume()
1425 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
[all …]
H A DMaxFragExtension.java186 if (chc.isResumption && (chc.resumingSession != null)) { in produce()
194 if (chc.sslContext.isDTLS()) { in produce()
207 chc.handshakeExtensions.put( in produce()
213 chc.maxFragmentLength = -1; in produce()
416 if ((chc.maxFragmentLength > 0) && in consume()
420 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
431 chc.maxFragmentLength = -1; in consume()
436 if (chc.maxFragmentLength > 0) { in consume()
587 if ((chc.maxFragmentLength > 0) && in consume()
591 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/ssl/
H A DServerHello.java959 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onServerHello()
960 chc.conContext.outputRecord.setVersion(chc.negotiatedProtocol); in onServerHello()
1020 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1064 chc.handshakeSession = chc.resumingSession; in consume()
1098 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1121 chc, chc.resumingSession.getMasterSecret()); in consume()
1193 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1215 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1229 chc.handshakeSession = chc.resumingSession; in consume()
1425 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
[all …]
H A DMaxFragExtension.java186 if (chc.isResumption && (chc.resumingSession != null)) { in produce()
194 if (chc.sslContext.isDTLS()) { in produce()
207 chc.handshakeExtensions.put( in produce()
213 chc.maxFragmentLength = -1; in produce()
416 if ((chc.maxFragmentLength > 0) && in consume()
420 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
431 chc.maxFragmentLength = -1; in consume()
436 if (chc.maxFragmentLength > 0) { in consume()
587 if ((chc.maxFragmentLength > 0) && in consume()
591 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/ssl/
H A DServerHello.java963 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onServerHello()
964 chc.conContext.outputRecord.setVersion(chc.negotiatedProtocol); in onServerHello()
1024 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1068 chc.handshakeSession = chc.resumingSession; in consume()
1102 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1125 chc, chc.resumingSession.getMasterSecret()); in consume()
1197 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1219 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1233 chc.handshakeSession = chc.resumingSession; in consume()
1429 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
[all …]
H A DMaxFragExtension.java186 if (chc.isResumption && (chc.resumingSession != null)) { in produce()
194 if (chc.sslContext.isDTLS()) { in produce()
207 chc.handshakeExtensions.put( in produce()
213 chc.maxFragmentLength = -1; in produce()
416 if ((chc.maxFragmentLength > 0) && in consume()
420 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
431 chc.maxFragmentLength = -1; in consume()
436 if (chc.maxFragmentLength > 0) { in consume()
587 if ((chc.maxFragmentLength > 0) && in consume()
591 chc.maxFragmentLength, chc.negotiatedProtocol, in consume()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/ssl/
H A DServerHello.java951 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onServerHello()
952 chc.conContext.outputRecord.setVersion(chc.negotiatedProtocol); in onServerHello()
1000 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1090 chc.handshakeSession = chc.resumingSession; in consume()
1124 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1147 chc, chc.resumingSession.getMasterSecret()); in consume()
1219 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1241 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1255 chc.handshakeSession = chc.resumingSession; in consume()
1451 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
[all …]
H A DMaxFragExtension.java186 if (chc.isResumption && (chc.resumingSession != null)) { in produce()
203 chc.handshakeExtensions.put( in produce()
209 chc.maxFragmentLength = -1; in produce()
411 if ((chc.maxFragmentLength > 0) && in consume()
415 chc.maxFragmentLength, chc.negotiatedProtocol); in consume()
425 chc.maxFragmentLength = -1; in consume()
430 if (chc.maxFragmentLength > 0) { in consume()
432 chc.maxFragmentLength); in consume()
580 if ((chc.maxFragmentLength > 0) && in consume()
584 chc.maxFragmentLength, chc.negotiatedProtocol); in consume()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/ssl/
H A DServerHello.java951 chc.conContext.protocolVersion = chc.negotiatedProtocol; in onServerHello()
952 chc.conContext.outputRecord.setVersion(chc.negotiatedProtocol); in onServerHello()
1000 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1090 chc.handshakeSession = chc.resumingSession; in consume()
1124 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1147 chc, chc.resumingSession.getMasterSecret()); in consume()
1219 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
1241 chc.handshakeSession = new SSLSessionImpl(chc, in consume()
1255 chc.handshakeSession = chc.resumingSession; in consume()
1451 chc.negotiatedProtocol, chc.negotiatedCipherSuite); in consume()
[all …]
H A DMaxFragExtension.java186 if (chc.isResumption && (chc.resumingSession != null)) { in produce()
203 chc.handshakeExtensions.put( in produce()
209 chc.maxFragmentLength = -1; in produce()
411 if ((chc.maxFragmentLength > 0) && in consume()
415 chc.maxFragmentLength, chc.negotiatedProtocol); in consume()
425 chc.maxFragmentLength = -1; in consume()
430 if (chc.maxFragmentLength > 0) { in consume()
432 chc.maxFragmentLength); in consume()
580 if ((chc.maxFragmentLength > 0) && in consume()
584 chc.maxFragmentLength, chc.negotiatedProtocol); in consume()
[all …]

12345678910>>...44