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

86 uses

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

	crypto/ecdsa
		ecdsa.go#L347: 		!input.Empty() ||
		ecdsa.go#L350: 		!inner.Empty() {

	crypto/tls
		handshake_messages.go#L362: 	for !cipherSuites.Empty() {
		handshake_messages.go#L377: 	if s.Empty() {
		handshake_messages.go#L383: 	if !s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
		handshake_messages.go#L387: 	for !extensions.Empty() {
		handshake_messages.go#L399: 			if !extData.ReadUint16LengthPrefixed(&nameList) || nameList.Empty() {
		handshake_messages.go#L402: 			for !nameList.Empty() {
		handshake_messages.go#L407: 					serverName.Empty() {
		handshake_messages.go#L436: 			if !extData.ReadUint16LengthPrefixed(&curves) || curves.Empty() {
		handshake_messages.go#L439: 			for !curves.Empty() {
		handshake_messages.go#L459: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L462: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L473: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L476: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L493: 			if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
		handshake_messages.go#L496: 			for !protoList.Empty() {
		handshake_messages.go#L498: 				if !protoList.ReadUint8LengthPrefixed(&proto) || proto.Empty() {
		handshake_messages.go#L509: 			if !extData.ReadUint8LengthPrefixed(&versList) || versList.Empty() {
		handshake_messages.go#L512: 			for !versList.Empty() {
		handshake_messages.go#L531: 			for !clientShares.Empty() {
		handshake_messages.go#L550: 			if !extensions.Empty() {
		handshake_messages.go#L554: 			if !extData.ReadUint16LengthPrefixed(&identities) || identities.Empty() {
		handshake_messages.go#L557: 			for !identities.Empty() {
		handshake_messages.go#L567: 			if !extData.ReadUint16LengthPrefixed(&binders) || binders.Empty() {
		handshake_messages.go#L570: 			for !binders.Empty() {
		handshake_messages.go#L583: 		if !extData.Empty() {
		handshake_messages.go#L743: 	if s.Empty() {
		handshake_messages.go#L749: 	if !s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
		handshake_messages.go#L753: 	for !extensions.Empty() {
		handshake_messages.go#L773: 			if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
		handshake_messages.go#L778: 				proto.Empty() || !protoList.Empty() {
		handshake_messages.go#L784: 			if !extData.ReadUint16LengthPrefixed(&sctList) || sctList.Empty() {
		handshake_messages.go#L787: 			for !sctList.Empty() {
		handshake_messages.go#L833: 		if !extData.Empty() {
		handshake_messages.go#L878: 		!s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
		handshake_messages.go#L882: 	for !extensions.Empty() {
		handshake_messages.go#L893: 			if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
		handshake_messages.go#L898: 				proto.Empty() || !protoList.Empty() {
		handshake_messages.go#L907: 		if !extData.Empty() {
		handshake_messages.go#L957: 		!s.ReadUint8(&updateRequested) || !s.Empty() {
		handshake_messages.go#L1022: 		!s.Empty() {
		handshake_messages.go#L1026: 	for !extensions.Empty() {
		handshake_messages.go#L1044: 		if !extData.Empty() {
		handshake_messages.go#L1132: 		!s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
		handshake_messages.go#L1134: 		!s.Empty() {
		handshake_messages.go#L1138: 	for !extensions.Empty() {
		handshake_messages.go#L1153: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L1156: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L1166: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L1169: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L1179: 			if !extData.ReadUint16LengthPrefixed(&auths) || auths.Empty() {
		handshake_messages.go#L1182: 			for !auths.Empty() {
		handshake_messages.go#L1194: 		if !extData.Empty() {
		handshake_messages.go#L1353: 		!s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
		handshake_messages.go#L1355: 		!s.Empty() {
		handshake_messages.go#L1370: 	for !certList.Empty() {
		handshake_messages.go#L1378: 		for !extensions.Empty() {
		handshake_messages.go#L1400: 				if !extData.ReadUint16LengthPrefixed(&sctList) || sctList.Empty() {
		handshake_messages.go#L1403: 				for !sctList.Empty() {
		handshake_messages.go#L1417: 			if !extData.Empty() {
		handshake_messages.go#L1486: 		len(m.response) == 0 || !s.Empty() {
		handshake_messages.go#L1563: 		s.Empty()
		handshake_messages.go#L1747: 	return readUint16LengthPrefixed(&s, &m.signature) && s.Empty()
		ticket.go#L67: 	for !certList.Empty() {
		ticket.go#L74: 	return s.Empty()
		ticket.go#L116: 		s.Empty()

	crypto/x509
		parser.go#L115: 	for !raw.Empty() {
		parser.go#L121: 		for !set.Empty() {
		parser.go#L154: 	if der.Empty() {
		parser.go#L358: 	if !der.Empty() && der.PeekASN1Tag(cryptobyte_asn1.INTEGER) {
		parser.go#L372: 	for !der.Empty() {
		parser.go#L437: 	for !der.Empty() {
		parser.go#L456: 	for !der.Empty() {
		parser.go#L516: 		!outer.Empty() ||
		parser.go#L519: 		!toplevel.Empty() {
		parser.go#L532: 		for !subtrees.Empty() {
		parser.go#L709: 				for !val.Empty() {
		parser.go#L725: 					for !dpNameDER.Empty() {
		parser.go#L778: 			for !val.Empty() {
		parser.go#L960: 				for !extensions.Empty() {