type github.com/refraction-networking/utls.PubClientHelloMsg

13 uses

	github.com/refraction-networking/utls (current package)
		u_conn.go#L69: 	handshakeState := PubClientHandshakeState{C: &tlsConn, Hello: &PubClientHelloMsg{}}
		u_pre_shared_key.go#L89: 	PatchBuiltHello(hello *PubClientHelloMsg) error
		u_pre_shared_key.go#L122: func (*UnimplementedPreSharedKeyExtension) PatchBuiltHello(hello *PubClientHelloMsg) error {
		u_pre_shared_key.go#L264: func (e *UtlsPreSharedKeyExtension) PatchBuiltHello(hello *PubClientHelloMsg) error {
		u_pre_shared_key.go#L387: func (*FakePreSharedKeyExtension) PatchBuiltHello(*PubClientHelloMsg) error {
		u_public.go#L28: 	Hello        *PubClientHelloMsg
		u_public.go#L355: type PubClientHelloMsg struct {
		u_public.go#L391: func (chm *PubClientHelloMsg) getPrivatePtr() *clientHelloMsg {
		u_public.go#L433: func (chm *PubClientHelloMsg) getCachedPrivatePtr() *clientHelloMsg {
		u_public.go#L441: func (chm *clientHelloMsg) getPublicPtr() *PubClientHelloMsg {
		u_public.go#L445: 		return &PubClientHelloMsg{
		u_public.go#L483: func UnmarshalClientHello(data []byte) *PubClientHelloMsg {
		u_public.go#L493: func (chm *PubClientHelloMsg) Marshal() ([]byte, error) {