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

75 uses

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

	crypto/ecdsa
		ecdsa.go#L346: 		!input.Empty() ||
		ecdsa.go#L349: 		!inner.Empty() {

	crypto/tls
		handshake_messages.go#L363: 	for !cipherSuites.Empty() {
		handshake_messages.go#L378: 	if s.Empty() {
		handshake_messages.go#L384: 	if !s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
		handshake_messages.go#L388: 	for !extensions.Empty() {
		handshake_messages.go#L400: 			if !extData.ReadUint16LengthPrefixed(&nameList) || nameList.Empty() {
		handshake_messages.go#L403: 			for !nameList.Empty() {
		handshake_messages.go#L408: 					serverName.Empty() {
		handshake_messages.go#L437: 			if !extData.ReadUint16LengthPrefixed(&curves) || curves.Empty() {
		handshake_messages.go#L440: 			for !curves.Empty() {
		handshake_messages.go#L460: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L463: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L474: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L477: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L494: 			if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
		handshake_messages.go#L497: 			for !protoList.Empty() {
		handshake_messages.go#L499: 				if !protoList.ReadUint8LengthPrefixed(&proto) || proto.Empty() {
		handshake_messages.go#L510: 			if !extData.ReadUint8LengthPrefixed(&versList) || versList.Empty() {
		handshake_messages.go#L513: 			for !versList.Empty() {
		handshake_messages.go#L532: 			for !clientShares.Empty() {
		handshake_messages.go#L551: 			if !extensions.Empty() {
		handshake_messages.go#L555: 			if !extData.ReadUint16LengthPrefixed(&identities) || identities.Empty() {
		handshake_messages.go#L558: 			for !identities.Empty() {
		handshake_messages.go#L568: 			if !extData.ReadUint16LengthPrefixed(&binders) || binders.Empty() {
		handshake_messages.go#L571: 			for !binders.Empty() {
		handshake_messages.go#L584: 		if !extData.Empty() {
		handshake_messages.go#L744: 	if s.Empty() {
		handshake_messages.go#L750: 	if !s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
		handshake_messages.go#L754: 	for !extensions.Empty() {
		handshake_messages.go#L774: 			if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
		handshake_messages.go#L779: 				proto.Empty() || !protoList.Empty() {
		handshake_messages.go#L785: 			if !extData.ReadUint16LengthPrefixed(&sctList) || sctList.Empty() {
		handshake_messages.go#L788: 			for !sctList.Empty() {
		handshake_messages.go#L834: 		if !extData.Empty() {
		handshake_messages.go#L879: 		!s.ReadUint16LengthPrefixed(&extensions) || !s.Empty() {
		handshake_messages.go#L883: 	for !extensions.Empty() {
		handshake_messages.go#L894: 			if !extData.ReadUint16LengthPrefixed(&protoList) || protoList.Empty() {
		handshake_messages.go#L899: 				proto.Empty() || !protoList.Empty() {
		handshake_messages.go#L908: 		if !extData.Empty() {
		handshake_messages.go#L958: 		!s.ReadUint8(&updateRequested) || !s.Empty() {
		handshake_messages.go#L1023: 		!s.Empty() {
		handshake_messages.go#L1027: 	for !extensions.Empty() {
		handshake_messages.go#L1045: 		if !extData.Empty() {
		handshake_messages.go#L1133: 		!s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
		handshake_messages.go#L1135: 		!s.Empty() {
		handshake_messages.go#L1139: 	for !extensions.Empty() {
		handshake_messages.go#L1154: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L1157: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L1167: 			if !extData.ReadUint16LengthPrefixed(&sigAndAlgs) || sigAndAlgs.Empty() {
		handshake_messages.go#L1170: 			for !sigAndAlgs.Empty() {
		handshake_messages.go#L1180: 			if !extData.ReadUint16LengthPrefixed(&auths) || auths.Empty() {
		handshake_messages.go#L1183: 			for !auths.Empty() {
		handshake_messages.go#L1195: 		if !extData.Empty() {
		handshake_messages.go#L1354: 		!s.ReadUint8LengthPrefixed(&context) || !context.Empty() ||
		handshake_messages.go#L1356: 		!s.Empty() {
		handshake_messages.go#L1371: 	for !certList.Empty() {
		handshake_messages.go#L1379: 		for !extensions.Empty() {
		handshake_messages.go#L1401: 				if !extData.ReadUint16LengthPrefixed(&sctList) || sctList.Empty() {
		handshake_messages.go#L1404: 				for !sctList.Empty() {
		handshake_messages.go#L1418: 			if !extData.Empty() {
		handshake_messages.go#L1487: 		len(m.response) == 0 || !s.Empty() {
		handshake_messages.go#L1564: 		s.Empty()
		handshake_messages.go#L1748: 	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
		x509.go#L1153: 		!outer.Empty() ||
		x509.go#L1156: 		!toplevel.Empty() {
		x509.go#L1169: 		for !subtrees.Empty() {