Searched refs:sshkey_cert_copy (Results 1 – 5 of 5) sorted by relevance
154 int sshkey_cert_copy(const struct sshkey *, struct sshkey *);
424 (r = sshkey_cert_copy(cert, key)) != 0) in sshkey_load_private_cert()
352 if ((r = sshkey_cert_copy(cert, private)) != 0) { in add_file()
705 #define sshkey_cert_copy Fssh_sshkey_cert_copy macro
1673 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) in sshkey_cert_copy() function1852 if (sshkey_is_cert(k) && (r = sshkey_cert_copy(k, n)) != 0) in sshkey_from_private()