type crypto/tls.ClientHelloInfo

9 uses

	crypto/tls (current package)
		common.go#L416: type ClientHelloInfo struct {
		common.go#L478: func (c *ClientHelloInfo) Context() context.Context {
		common.go#L585: 	GetCertificate func(*ClientHelloInfo) (*Certificate, error)
		common.go#L617: 	GetConfigForClient func(*ClientHelloInfo) (*Config, error)
		common.go#L1239: func (c *Config) getCertificate(clientHello *ClientHelloInfo) (*Certificate, error) {
		common.go#L1293: func (chi *ClientHelloInfo) SupportsCertificate(c *Certificate) error {
		handshake_server.go#L980: func clientHelloInfo(ctx context.Context, c *Conn, clientHello *clientHelloMsg) *ClientHelloInfo {
		handshake_server.go#L986: 	return &ClientHelloInfo{

	google.golang.org/grpc/credentials
		tls.go#L224: 		config.GetConfigForClient = func(hello *tls.ClientHelloInfo) (*tls.Config, error) {