vendor/golang.org/x/crypto/cryptobyte.String.Empty (method)

97 uses

	vendor/golang.org/x/crypto/cryptobyte (current package)
		asn1.go#L705: 	if !i.ReadASN1Integer(out) || !i.Empty() {
		asn1.go#L726: 		if !child.ReadASN1(&oct, asn1.OCTET_STRING) || !child.Empty() {
		string.go#L181: func (s String) Empty() bool {

	crypto/ecdsa
		ecdsa.go#L543: 		!input.Empty() ||
		ecdsa.go#L546: 		!inner.Empty() {
		ecdsa_legacy.go#L74: 		!input.Empty() ||
		ecdsa_legacy.go#L77: 		!inner.Empty() {

	crypto/tls
		ech.go#L99: 	for !cipherSuites.Empty() {
		ech.go#L121: 	for !extensions.Empty() {
		ech.go#L273: 	for !extensions.Empty() {
		ech.go#L334: 			for !extensions.Empty() {
		ech.go#L348: 					for !extData.Empty() {
		ech.go#L535: 		if !s.Empty() {
		handshake_messages.go#L434: 	for !cipherSuites.Empty() {
		handshake_messages.go#L449: 	if s.Empty() {
		handshake_messages.go#L455: 	if !s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
		handshake_messages.go#L460: 	for !extensions.Empty() {
		handshake_messages.go#L478: 			if !extData.ReadUint16LengthPrefixed(&nameList) || nameList.Empty() {
		handshake_messages.go#L481: 			for !nameList.Empty() {
		handshake_messages.go#L486: 					serverName.Empty() {
		handshake_messages.go#L515: 			if !extData.ReadUint16LengthPrefixed(&curves) || curves.Empty() {
		handshake_messages.go#L518: 			for !curves.Empty() {
		handshake_messages.go#L538: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L541: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L552: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L555: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L575: 			if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
		handshake_messages.go#L578: 			for !protoList.Empty() {
		handshake_messages.go#L580: 				if !protoList.ReadUint8LengthPrefixed(&proto) || proto.Empty() {
		handshake_messages.go#L591: 			if !extData.ReadUint8LengthPrefixed(&versList) || versList.Empty() {
		handshake_messages.go#L594: 			for !versList.Empty() {
		handshake_messages.go#L613: 			for !clientShares.Empty() {
		handshake_messages.go#L637: 			if !extensions.Empty() {
		handshake_messages.go#L641: 			if !extData.ReadUint16LengthPrefixed(&identities) || identities.Empty() {
		handshake_messages.go#L644: 			for !identities.Empty() {
		handshake_messages.go#L654: 			if !extData.ReadUint16LengthPrefixed(&binders) || binders.Empty() {
		handshake_messages.go#L657: 			for !binders.Empty() {
		handshake_messages.go#L674: 		if !extData.Empty() {
		handshake_messages.go#L883: 	if s.Empty() {
		handshake_messages.go#L889: 	if !s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
		handshake_messages.go#L894: 	for !extensions.Empty() {
		handshake_messages.go#L921: 			if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
		handshake_messages.go#L926: 				proto.Empty() || !protoList.Empty() {
		handshake_messages.go#L932: 			if !extData.ReadUint16LengthPrefixed(&sctList) || sctList.Empty() {
		handshake_messages.go#L935: 			for !sctList.Empty() {
		handshake_messages.go#L991: 		if !extData.Empty() {
		handshake_messages.go#L1060: 		!s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
		handshake_messages.go#L1065: 	for !extensions.Empty() {
		handshake_messages.go#L1081: 			if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
		handshake_messages.go#L1086: 				proto.Empty() || !protoList.Empty() {
		handshake_messages.go#L1113: 		if !extData.Empty() {
		handshake_messages.go#L1156: 		!s.ReadUint8(&updateRequested) || !s.Empty() {
		handshake_messages.go#L1215: 		!s.Empty() {
		handshake_messages.go#L1219: 	for !extensions.Empty() {
		handshake_messages.go#L1237: 		if !extData.Empty() {
		handshake_messages.go#L1319: 		!s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
		handshake_messages.go#L1321: 		!s.Empty() {
		handshake_messages.go#L1325: 	for !extensions.Empty() {
		handshake_messages.go#L1340: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L1343: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L1353: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L1356: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L1366: 			if !extData.ReadUint16LengthPrefixed(&auths) || auths.Empty() {
		handshake_messages.go#L1369: 			for !auths.Empty() {
		handshake_messages.go#L1381: 		if !extData.Empty() {
		handshake_messages.go#L1527: 		!s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
		handshake_messages.go#L1529: 		!s.Empty() {
		handshake_messages.go#L1544: 	for !certList.Empty() {
		handshake_messages.go#L1552: 		for !extensions.Empty() {
		handshake_messages.go#L1574: 				if !extData.ReadUint16LengthPrefixed(&sctList) || sctList.Empty() {
		handshake_messages.go#L1577: 				for !sctList.Empty() {
		handshake_messages.go#L1591: 			if !extData.Empty() {
		handshake_messages.go#L1647: 		len(m.response) == 0 || !s.Empty() {
		handshake_messages.go#L1711: 		s.Empty()
		handshake_messages.go#L1880: 	return readUint16LengthPrefixed(&s, &m.signature) && s.Empty()
		ticket.go#L205: 	for !extra.Empty() {
		ticket.go#L252: 	for !chainList.Empty() {
		ticket.go#L262: 		for !certList.Empty() {

	crypto/x509
		parser.go#L150: 	for !raw.Empty() {
		parser.go#L156: 		for !set.Empty() {
		parser.go#L189: 	if der.Empty() {
		parser.go#L394: 	for !der.Empty() {
		parser.go#L477: 	for !der.Empty() {
		parser.go#L497: 	for !der.Empty() {
		parser.go#L561: 		!outer.Empty() ||
		parser.go#L564: 		!toplevel.Empty() {
		parser.go#L577: 		for !subtrees.Empty() {
		parser.go#L733: 				for !val.Empty() {
		parser.go#L749: 					for !dpNameDER.Empty() {
		parser.go#L827: 				for !val.Empty() {
		parser.go#L857: 			for !val.Empty() {
		parser.go#L1046: 				for !extensions.Empty() {
		parser.go#L1206: 		for !revokedSeq.Empty() {
		parser.go#L1232: 				for !extensions.Empty() {
		parser.go#L1270: 		for !extensions.Empty() {