sshkey_cert_copy
(r = sshkey_cert_copy(cert, key)) != 0)
if ((r = sshkey_cert_copy(cert, id->key)) != 0) {
if ((r = sshkey_cert_copy(cert, private)) != 0) {
if ((r = sshkey_cert_copy(pubkey, privkey)) != 0) {
(r = sshkey_cert_copy(certpub, ret)) != 0)
if (sshkey_is_cert(k) && (r = sshkey_cert_copy(k, n)) != 0)
int sshkey_cert_copy(const struct sshkey *, struct sshkey *);