crypto/tls.Config.PreferServerCipherSuites (field)

6 uses

	crypto/tls (current package)
		common.go#L637: 	PreferServerCipherSuites bool
		common.go#L770: 		PreferServerCipherSuites:    c.PreferServerCipherSuites,
		handshake_server.go#L299: 	if c.config.PreferServerCipherSuites {
		handshake_server_tls13.go#L151: 	if c.config.PreferServerCipherSuites {

	net/http
		h2_bundle.go#L3832: 	s.TLSConfig.PreferServerCipherSuites = true