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

2 uses

	golang.org/x/crypto/openpgp/packet (current package)
		encrypted_key.go#L141: func SerializeEncryptedKey(w io.Writer, pub *PublicKey, cipherFunc CipherFunction, key []byte, config *Config) error {

	golang.org/x/crypto/openpgp
		write.go#L328: 		if err := packet.SerializeEncryptedKey(ciphertext, key.PublicKey, cipher, symKey, config); err != nil {