Searched refs:sshkey_cert_copy (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | sshkey.h | 143 int sshkey_cert_copy(const struct sshkey *, struct sshkey *);
|
D | key.c | 70 if ((r = sshkey_cert_copy(from_key, to_key)) != 0) in key_cert_copy()
|
D | authfile.c | 469 (r = sshkey_cert_copy(cert, key)) != 0) in sshkey_load_private_cert()
|
D | ssh-add.c | 310 if ((r = sshkey_cert_copy(cert, private)) != 0) { in add_file()
|
D | sshkey.c | 1709 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) in sshkey_cert_copy() function 1835 if ((ret = sshkey_cert_copy(k, n)) != 0) { in sshkey_from_private() 2284 if ((ret = sshkey_cert_copy(k, pk)) != 0) in sshkey_demote() 2298 if ((ret = sshkey_cert_copy(k, pk)) != 0) in sshkey_demote() 2312 if ((ret = sshkey_cert_copy(k, pk)) != 0) in sshkey_demote() 2331 if ((ret = sshkey_cert_copy(k, pk)) != 0) in sshkey_demote()
|