func golang.org/x/crypto/openpgp/packet.serializeEncryptedKeyElGamal

2 uses

	golang.org/x/crypto/openpgp/packet (current package)
		encrypted_key.go#L158: 		return serializeEncryptedKeyElGamal(w, config.Random(), buf, pub.PublicKey.(*elgamal.PublicKey), keyBlock)
		encrypted_key.go#L185: func serializeEncryptedKeyElGamal(w io.Writer, rand io.Reader, header [10]byte, pub *elgamal.PublicKey, keyBlock []byte) error {