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

10 uses

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

	crypto/tls
		ech.go#L102: 	if !s.ReadUint8LengthPrefixed(&publicName) {
		ech.go#L332: 					if !extData.ReadUint8LengthPrefixed(&extData) {
		handshake_messages.go#L56: 	return s.ReadUint8LengthPrefixed((*cryptobyte.String)(out))
		handshake_messages.go#L580: 				if !protoList.ReadUint8LengthPrefixed(&proto) || proto.Empty() {
		handshake_messages.go#L591: 			if !extData.ReadUint8LengthPrefixed(&versList) || versList.Empty() {
		handshake_messages.go#L925: 			if !protoList.ReadUint8LengthPrefixed(&proto) ||
		handshake_messages.go#L1074: 			if !protoList.ReadUint8LengthPrefixed(&proto) ||
		handshake_messages.go#L1303: 		!s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
		handshake_messages.go#L1511: 		!s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||