golang.org/x/crypto/cryptobyte.String.Skip (method)

21 uses

	golang.org/x/crypto/cryptobyte (current package)
		asn1.go#L820: 	if skipHeader && !out.Skip(int(headerLen)) {
		string.go#L36: func (s *String) Skip(n int) bool {

	github.com/refraction-networking/utls
		ech.go#L73: 		s.Skip(int(ec.Length))
		ech.go#L241: 	return s.Skip(int(skip))
		ech.go#L249: 	return s.Skip(int(skip))
		ech.go#L259: 	if !s.Skip(4+2+32) || // header, version, random
		handshake_messages.go#L453: 	if !s.Skip(4) || // message type and uint24 length field
		handshake_messages.go#L910: 	if !s.Skip(4) || // message type and uint24 length field
		handshake_messages.go#L1098: 	if !s.Skip(4) || // message type and uint24 length field
		handshake_messages.go#L1188: 	if !s.Skip(4) || // message type and uint24 length field
		handshake_messages.go#L1242: 	if !s.Skip(4) || // message type and uint24 length field
		handshake_messages.go#L1352: 	if !s.Skip(4) || // message type and uint24 length field
		handshake_messages.go#L1567: 	if !s.Skip(4) || // message type and uint24 length field
		handshake_messages.go#L1685: 	if !s.Skip(4) || // message type and uint24 length field
		handshake_messages.go#L1750: 	return s.Skip(1) &&
		handshake_messages.go#L1913: 	if !s.Skip(4) { // message type and uint24 length field
		u_common.go#L503: 		!s.ReadUint16(&recordVersion) || !s.Skip(2) { // record version and length
		u_common.go#L514: 	if !s.ReadUint8(&handshakeType) || !s.Skip(3) || // message type and 3 byte length
		u_common.go#L515: 		!s.ReadUint16(&handshakeVersion) || !s.Skip(32) { // 32 byte random
		u_handshake_messages.go#L47: 	if !s.Skip(4) || // message type and uint24 length field
		u_handshake_messages.go#L113: 	if !s.Skip(4) || // message type and uint24 length field