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