vendor/golang.org/x/crypto/cryptobyte.String.Skip (method)
12 uses
vendor/golang.org/x/crypto/cryptobyte (current package)
asn1.go#L819: if skipHeader && !out.Skip(int(headerLen)) {
string.go#L36: func (s *String) Skip(n int) bool {
crypto/tls
handshake_messages.go#L373: if !s.Skip(4) || // message type and uint24 length field
handshake_messages.go#L777: if !s.Skip(4) || // message type and uint24 length field
handshake_messages.go#L942: if !s.Skip(4) || // message type and uint24 length field
handshake_messages.go#L1030: if !s.Skip(4) || // message type and uint24 length field
handshake_messages.go#L1091: if !s.Skip(4) || // message type and uint24 length field
handshake_messages.go#L1207: if !s.Skip(4) || // message type and uint24 length field
handshake_messages.go#L1429: if !s.Skip(4) || // message type and uint24 length field
handshake_messages.go#L1561: if !s.Skip(4) || // message type and uint24 length field
handshake_messages.go#L1640: return s.Skip(1) &&
handshake_messages.go#L1819: if !s.Skip(4) { // message type and uint24 length field
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |