github.com/refraction-networking/utls.PubClientHelloMsg.Random (field)

10 uses

	github.com/refraction-networking/utls (current package)
		u_conn.go#L261: 		uconn.HandshakeState.Hello.Random = make([]byte, 32)
		u_conn.go#L262: 		copy(uconn.HandshakeState.Hello.Random, r)
		u_conn.go#L641: 	binary.Write(bufferedWriter, binary.BigEndian, hello.Random)
		u_parrots.go#L2788: 	switch len(hello.Random) {
		u_parrots.go#L2790: 		hello.Random = make([]byte, 32)
		u_parrots.go#L2791: 		_, err := io.ReadFull(uconn.config.rand(), hello.Random)
		u_parrots.go#L2799: 			strconv.Itoa(len(hello.Random)) + " bytes")
		u_public.go#L358: 	Random                       []byte
		u_public.go#L398: 			random:                           chm.Random,
		u_public.go#L448: 			Random:                       chm.random,