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#L75: if !s.ReadUint8(&ec.ConfigID) {
ech.go#L98: if !s.ReadUint8(&ec.MaxNameLength) {
ech.go#L229: if !s.ReadUint8(&skip) {
ech.go#L518: if !s.ReadUint8(&echInt) {
ech.go#L542: 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#L1140: !s.ReadUint8(&updateRequested) || !s.Empty() {
handshake_messages.go#L1551: if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
handshake_messages.go#L1629: !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
ticket.go#L189: !s.ReadUint8(&typ) ||
ticket.go#L195: !s.ReadUint8(&extMasterSecret) ||
ticket.go#L196: !s.ReadUint8(&earlyData) ||
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)