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

2 uses

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