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

100 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#L371: 		!input.Empty() ||
		ecdsa.go#L374: 		!inner.Empty() {
		ecdsa_legacy.go#L74: 		!input.Empty() ||
		ecdsa_legacy.go#L77: 		!inner.Empty() {

	crypto/tls
		ech.go#L88: 	for !cipherSuites.Empty() {
		ech.go#L110: 	for !extensions.Empty() {
		ech.go#L262: 	for !extensions.Empty() {
		ech.go#L323: 			for !extensions.Empty() {
		ech.go#L337: 					for !extData.Empty() {
		ech.go#L524: 		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#L1055: 		!s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
		handshake_messages.go#L1059: 	for !extensions.Empty() {
		handshake_messages.go#L1070: 			if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
		handshake_messages.go#L1075: 				proto.Empty() || !protoList.Empty() {
		handshake_messages.go#L1097: 		if !extData.Empty() {
		handshake_messages.go#L1140: 		!s.ReadUint8(&updateRequested) || !s.Empty() {
		handshake_messages.go#L1199: 		!s.Empty() {
		handshake_messages.go#L1203: 	for !extensions.Empty() {
		handshake_messages.go#L1221: 		if !extData.Empty() {
		handshake_messages.go#L1303: 		!s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
		handshake_messages.go#L1305: 		!s.Empty() {
		handshake_messages.go#L1309: 	for !extensions.Empty() {
		handshake_messages.go#L1324: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L1327: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L1337: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L1340: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L1350: 			if !extData.ReadUint16LengthPrefixed(&auths) || auths.Empty() {
		handshake_messages.go#L1353: 			for !auths.Empty() {
		handshake_messages.go#L1365: 		if !extData.Empty() {
		handshake_messages.go#L1511: 		!s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
		handshake_messages.go#L1513: 		!s.Empty() {
		handshake_messages.go#L1528: 	for !certList.Empty() {
		handshake_messages.go#L1536: 		for !extensions.Empty() {
		handshake_messages.go#L1558: 				if !extData.ReadUint16LengthPrefixed(&sctList) || sctList.Empty() {
		handshake_messages.go#L1561: 				for !sctList.Empty() {
		handshake_messages.go#L1575: 			if !extData.Empty() {
		handshake_messages.go#L1631: 		len(m.response) == 0 || !s.Empty() {
		handshake_messages.go#L1695: 		s.Empty()
		handshake_messages.go#L1864: 	return readUint16LengthPrefixed(&s, &m.signature) && s.Empty()
		ticket.go#L201: 	for !extra.Empty() {
		ticket.go#L238: 	for !chainList.Empty() {
		ticket.go#L248: 		for !certList.Empty() {
		ticket.go#L270: 		if !s.Empty() {
		ticket.go#L280: 		if !s.Empty() {
		ticket.go#L285: 	if !s.ReadUint64(&ss.useBy) || !s.ReadUint32(&ss.ageAdd) || !s.Empty() {

	crypto/x509
		parser.go#L118: 	for !raw.Empty() {
		parser.go#L124: 		for !set.Empty() {
		parser.go#L157: 	if der.Empty() {
		parser.go#L360: 	for !der.Empty() {
		parser.go#L445: 	for !der.Empty() {
		parser.go#L465: 	for !der.Empty() {
		parser.go#L529: 		!outer.Empty() ||
		parser.go#L532: 		!toplevel.Empty() {
		parser.go#L545: 		for !subtrees.Empty() {
		parser.go#L722: 				for !val.Empty() {
		parser.go#L738: 					for !dpNameDER.Empty() {
		parser.go#L816: 				for !val.Empty() {
		parser.go#L846: 			for !val.Empty() {
		parser.go#L1035: 				for !extensions.Empty() {
		parser.go#L1195: 		for !revokedSeq.Empty() {
		parser.go#L1221: 				for !extensions.Empty() {
		parser.go#L1259: 		for !extensions.Empty() {