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

17 uses

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

	github.com/refraction-networking/utls
		ech.go#L103: 	if !s.ReadUint8LengthPrefixed(&publicName) {
		ech.go#L341: 					if !extData.ReadUint8LengthPrefixed(&extData) {
		handshake_messages.go#L56: 	return s.ReadUint8LengthPrefixed((*cryptobyte.String)(out))
		handshake_messages.go#L611: 				if !protoList.ReadUint8LengthPrefixed(&proto) || proto.Empty() {
		handshake_messages.go#L622: 			if !extData.ReadUint8LengthPrefixed(&versList) || versList.Empty() {
		handshake_messages.go#L967: 			if !protoList.ReadUint8LengthPrefixed(&proto) ||
		handshake_messages.go#L1118: 			if !protoList.ReadUint8LengthPrefixed(&proto) ||
		handshake_messages.go#L1353: 		!s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
		handshake_messages.go#L1568: 		!s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
		u_common.go#L527: 	if !s.ReadUint8LengthPrefixed(&ignoredSessionID) {
		u_common.go#L543: 	if !s.ReadUint8LengthPrefixed(&compressionMethods) {
		u_tls_extensions.go#L679: 		if !protoList.ReadUint8LengthPrefixed(&proto) || proto.Empty() {
		u_tls_extensions.go#L750: 		if !protoList.ReadUint8LengthPrefixed(&proto) || proto.Empty() {
		u_tls_extensions.go#L1192: 	if !extData.ReadUint8LengthPrefixed(methodsRaw) {
		u_tls_extensions.go#L1488: 	if !extData.ReadUint8LengthPrefixed(&versList) || versList.Empty() {
		u_tls_extensions.go#L1835: 		!extData.ReadUint8LengthPrefixed(&keyParameters) {