type crypto/tls.ClientHelloInfo

10 uses

	crypto/tls (current package)
		common.go#L421: type ClientHelloInfo struct {
		common.go#L483: func (c *ClientHelloInfo) Context() context.Context {
		common.go#L590: 	GetCertificate func(*ClientHelloInfo) (*Certificate, error)
		common.go#L622: 	GetConfigForClient func(*ClientHelloInfo) (*Config, error)
		common.go#L856: 	GetEncryptedClientHelloKeys func(*ClientHelloInfo) ([]EncryptedClientHelloKey, error)
		common.go#L1266: func (c *Config) getCertificate(clientHello *ClientHelloInfo) (*Certificate, error) {
		common.go#L1320: func (chi *ClientHelloInfo) SupportsCertificate(c *Certificate) error {
		handshake_server.go#L1009: func clientHelloInfo(ctx context.Context, c *Conn, clientHello *clientHelloMsg) *ClientHelloInfo {
		handshake_server.go#L1015: 	return &ClientHelloInfo{

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