Searched refs:to_key (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dkey.c66 key_cert_copy(const Key *from_key, Key *to_key) argument
70 if ((r = sshkey_cert_copy(from_key, to_key)) != 0)
H A Dsshkey.c1699 sshkey_cert_copy(const struct sshkey *from_key, struct sshkey *to_key) argument
1706 if (to_key->cert != NULL) {
1707 cert_free(to_key->cert);
1708 to_key->cert = NULL;
1714 if ((to = to_key->cert = cert_new()) == NULL)

Completed in 118 milliseconds