Home | History | Annotate | Download | only in openssh

Lines Matching full:to_key

1156 key_cert_copy(const Key *from_key, struct Key *to_key)
1162 if (to_key->cert != NULL) {
1163 cert_free(to_key->cert);
1164 to_key->cert = NULL;
1170 to = to_key->cert = cert_new();