github.com/refraction-networking/utls.FakePreSharedKeyExtension.Identities (field)
9 uses
github.com/refraction-networking/utls (current package)
u_pre_shared_key.go#L327: Identities []PskIdentity `json:"identities"`
u_pre_shared_key.go#L334: return e.Identities != nil && e.Binders != nil
u_pre_shared_key.go#L348: uc.HandshakeState.Hello.PskIdentities = e.Identities
u_pre_shared_key.go#L354: return pskExtLen(e.Identities, e.Binders)
u_pre_shared_key.go#L373: return readPskIntoBytes(b, e.Identities, e.Binders)
u_pre_shared_key.go#L378: Identities: e.Identities,
u_pre_shared_key.go#L424: e.Identities = append(e.Identities, PskIdentity{
u_pre_shared_key.go#L472: e.Identities = pskAccepter.PskIdentities
![]() |
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. |