Searched refs:to_key (Results 1 – 1 of 1) sorted by relevance
1534 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) in sshkey_cert_copy() argument1541 if (to_key == NULL || (from = from_key->cert) == NULL) in sshkey_cert_copy()1594 cert_free(to_key->cert); in sshkey_cert_copy()1595 to_key->cert = to; in sshkey_cert_copy()