Searched refs:sshkey_cert_copy (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dsshkey.h141 int sshkey_cert_copy(const struct sshkey *, struct sshkey *);
H A Dkey.c70 if ((r = sshkey_cert_copy(from_key, to_key)) != 0)
H A Dssh-add.c306 if ((r = sshkey_cert_copy(cert, private)) != 0) {
H A Dauthfile.c475 (r = sshkey_cert_copy(cert, key)) != 0)
H A Dsshkey.c1699 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) function
1821 if ((ret = sshkey_cert_copy(k, n)) != 0) {
2261 if ((ret = sshkey_cert_copy(k, pk)) != 0)
2274 if ((ret = sshkey_cert_copy(k, pk)) != 0)
2288 if ((ret = sshkey_cert_copy(k, pk)) != 0)
2307 if ((ret = sshkey_cert_copy(k, pk)) != 0)
H A Dssh_namespace.h792 #define sshkey_cert_copy Fssh_sshkey_cert_copy macro

Completed in 105 milliseconds