sshkey_private_serialize_opt
if ((r = sshkey_private_serialize_opt(k, prvbuf,
return sshkey_private_serialize_opt(key, b,
if ((r = sshkey_private_serialize_opt(prv, encrypted,
return sshkey_private_serialize_opt(k, b,
(r = sshkey_private_serialize_opt(k, b,
return sshkey_private_serialize_opt(k, b, SSHKEY_SERIALIZE_DEFAULT);
int sshkey_private_serialize_opt(struct sshkey *key,
int sshkey_private_serialize_opt(struct sshkey *key, struct sshbuf *buf,