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

3 uses

	golang.org/x/crypto/openpgp/packet (current package)
		packet.go#L109: const minFirstPartialWrite = 512
		packet.go#L114: 		if len(w.buf) > 0 || len(p) < minFirstPartialWrite {
		packet.go#L117: 			if len(w.buf) < minFirstPartialWrite {