Home
last modified time | relevance | path

Searched refs:sshkey_cert_copy (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dsshkey.h143 int sshkey_cert_copy(const struct sshkey *, struct sshkey *);
Dkey.c70 if ((r = sshkey_cert_copy(from_key, to_key)) != 0) in key_cert_copy()
Dauthfile.c469 (r = sshkey_cert_copy(cert, key)) != 0) in sshkey_load_private_cert()
Dssh-add.c310 if ((r = sshkey_cert_copy(cert, private)) != 0) { in add_file()
Dsshkey.c1709 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()