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#L406: if !nameList.ReadUint8(&nameType) ||
handshake_messages.go#L428: if !extData.ReadUint8(&statusType) ||
handshake_messages.go#L740: !s.ReadUint8(&m.compressionMethod) {
handshake_messages.go#L958: !s.ReadUint8(&updateRequested) || !s.Empty() {
handshake_messages.go#L1394: if !extData.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
handshake_messages.go#L1485: !s.ReadUint8(&statusType) || statusType != statusTypeOCSP ||
ticket.go#L109: s.ReadUint8(&revision) &&
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |