github.com/refraction-networking/utls.TLS13OnlyState.EarlySecret (field)

9 uses

	github.com/refraction-networking/utls (current package)
		u_handshake_client.go#L441: 		if c.HandshakeState.State13.EarlySecret != nil && session != nil {
		u_handshake_client.go#L443: 			earlySecret = tls13.NewEarlySecretFromSecret(cipherSuite.hash.New, c.HandshakeState.State13.EarlySecret)
		u_handshake_client.go#L542: 		if c.HandshakeState.State13.EarlySecret != nil && session.cipherSuite != 0 {
		u_handshake_client.go#L543: 			hs13.earlySecret = tls13.NewEarlySecretFromSecret(cipherSuiteTLS13ByID(session.cipherSuite).hash.New, c.HandshakeState.State13.EarlySecret)
		u_public.go#L52: 	EarlySecret   []byte
		u_public.go#L116: 			EarlySecret:   chs13.earlySecret.Secret(),
		u_session_controller.go#L201: 		s.uconnRef.HandshakeState.State13.EarlySecret = pskCommon.EarlySecret
		u_session_controller.go#L206: 		uAssert(s.uconnRef.HandshakeState.Session == pskCommon.Session && sliceEq(s.uconnRef.HandshakeState.State13.EarlySecret, pskCommon.EarlySecret) &&
		u_session_controller.go#L311: 		s.uconnRef.HandshakeState.State13.EarlySecret = nil