const golang.org/x/crypto/openpgp/packet.maxOIDLength

3 uses

	golang.org/x/crypto/openpgp/packet (current package)
		public_key.go#L38: const maxOIDLength = 8
		public_key.go#L51: 	buf := make([]byte, maxOIDLength)
		public_key.go#L74: 	buf := make([]byte, maxOIDLength+1)