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) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |