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#L73: if !s.ReadUint8(&ec.ConfigID) {
ech.go#L96: if !s.ReadUint8(&ec.MaxNameLength) {
ech.go#L217: if !s.ReadUint8(&skip) {
ech.go#L506: if !s.ReadUint8(&echInt) {
ech.go#L530: 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) ||
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |