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

4 uses

	golang.org/x/crypto/openpgp/packet (current package)
		signature.go#L28: 	KeyFlagEncryptCommunications
		signature.go#L343: 		if subpacket[0]&KeyFlagEncryptCommunications != 0 {
		signature.go#L698: 			flags |= KeyFlagEncryptCommunications

	golang.org/x/crypto/openpgp
		keys.go#L208: 				usage |= packet.KeyFlagEncryptCommunications