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

12 uses

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

	crypto/tls
		ech.go#L74: 		if !s.ReadUint8(&ec.ConfigID) {
		ech.go#L97: 		if !s.ReadUint8(&ec.MaxNameLength) {
		handshake_messages.go#L481: 				if !nameList.ReadUint8(&nameType) ||
		handshake_messages.go#L503: 			if !extData.ReadUint8(&statusType) ||
		handshake_messages.go#L872: 		!s.ReadUint8(&m.compressionMethod) {
		handshake_messages.go#L1133: 		!s.ReadUint8(&updateRequested) || !s.Empty() {
		handshake_messages.go#L1544: 				if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
		handshake_messages.go#L1622: 		!s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
		ticket.go#L189: 		!s.ReadUint8(&typ) ||
		ticket.go#L195: 		!s.ReadUint8(&extMasterSecret) ||
		ticket.go#L196: 		!s.ReadUint8(&earlyData) ||