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

/freebsd-10.3-release/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 Dauthfile.c467 (r = sshkey_cert_copy(cert, key)) != 0)
H A Dssh-add.c306 if ((r = sshkey_cert_copy(cert, private)) != 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) {
2258 if ((ret = sshkey_cert_copy(k, pk)) != 0)
2271 if ((ret = sshkey_cert_copy(k, pk)) != 0)
2285 if ((ret = sshkey_cert_copy(k, pk)) != 0)
2304 if ((ret = sshkey_cert_copy(k, pk)) != 0)
H A Dssh_namespace.h787 #define sshkey_cert_copy Fssh_sshkey_cert_copy macro

Completed in 50 milliseconds