golang.org/x/crypto/cryptobyte.String.ReadUint24 (method)

2 uses

	golang.org/x/crypto/cryptobyte (current package)
		string.go#L64: func (s *String) ReadUint24(out *uint32) bool {

	github.com/refraction-networking/utls
		u_handshake_messages.go#L49: 		!s.ReadUint24(&m.uncompressedLength) ||