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

8 uses

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

	crypto/tls
		handshake_messages.go#L405: 				if !nameList.ReadUint8(&nameType) ||
		handshake_messages.go#L427: 			if !extData.ReadUint8(&statusType) ||
		handshake_messages.go#L739: 		!s.ReadUint8(&m.compressionMethod) {
		handshake_messages.go#L957: 		!s.ReadUint8(&updateRequested) || !s.Empty() {
		handshake_messages.go#L1393: 				if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
		handshake_messages.go#L1484: 		!s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
		ticket.go#L109: 		s.ReadUint8(&revision) &&