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

/external/openssh/
H A Dsshkey.c1709 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) function
1835 if ((ret = sshkey_cert_copy(k, n)) != 0) {
2284 if ((ret = sshkey_cert_copy(k, pk)) != 0)
2298 if ((ret = sshkey_cert_copy(k, pk)) != 0)
2312 if ((ret = sshkey_cert_copy(k, pk)) != 0)
2331 if ((ret = sshkey_cert_copy(k, pk)) != 0)

Completed in 113 milliseconds