Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey.h141 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.c471 (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.c1700 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) in sshkey_cert_copy() function
1824 if ((ret = sshkey_cert_copy(k, n)) != 0) { in sshkey_from_private()
2263 if ((ret = sshkey_cert_copy(k, pk)) != 0) in sshkey_demote()
2276 if ((ret = sshkey_cert_copy(k, pk)) != 0) in sshkey_demote()
2290 if ((ret = sshkey_cert_copy(k, pk)) != 0) in sshkey_demote()
2309 if ((ret = sshkey_cert_copy(k, pk)) != 0) in sshkey_demote()