func github.com/refraction-networking/utls/internal/helper.Uint8to16

3 uses

	github.com/refraction-networking/utls/internal/helper (current package)
		typeconv.go#L11: func Uint8to16(in []uint8) ([]uint16, error) {

	github.com/refraction-networking/utls
		u_common.go#L314: 	chs.CipherSuites, err = helper.Uint8to16(data["cipher_suites"])
		u_common.go#L327: 	tlsExtensionTypes, err = helper.Uint8to16(data["extensions"])