Searched refs:from_key (Results 1 – 2 of 2) sorted by relevance
66 key_cert_copy(const Key *from_key, Key *to_key) in key_cert_copy() argument70 if ((r = sshkey_cert_copy(from_key, to_key)) != 0) in key_cert_copy()
1700 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) in sshkey_cert_copy() argument1712 if ((from = from_key->cert) == NULL) in sshkey_cert_copy()