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

15 uses

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

	crypto/tls
		ech.go#L86: 	if !s.ReadUint8(&ec.ConfigID) {
		ech.go#L109: 	if !s.ReadUint8(&ec.MaxNameLength) {
		ech.go#L240: 	if !s.ReadUint8(&skip) {
		ech.go#L529: 	if !s.ReadUint8(&echInt) {
		ech.go#L553: 	if !s.ReadUint8(&configID) {
		handshake_messages.go#L484: 				if !nameList.ReadUint8(&nameType) ||
		handshake_messages.go#L506: 			if !extData.ReadUint8(&statusType) ||
		handshake_messages.go#L879: 		!s.ReadUint8(&m.compressionMethod) {
		handshake_messages.go#L1156: 		!s.ReadUint8(&updateRequested) || !s.Empty() {
		handshake_messages.go#L1567: 				if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
		handshake_messages.go#L1645: 		!s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
		ticket.go#L194: 		!s.ReadUint8(&typ) ||
		ticket.go#L199: 		!s.ReadUint8(&extMasterSecret) ||
		ticket.go#L200: 		!s.ReadUint8(&earlyData) ||