Home | History | Annotate | Download | only in openssh

Lines Matching refs:kcopy

365 	struct sshkey *kcopy;
368 if ((r = sshkey_from_private(key, &kcopy)) != 0)
370 if (sshkey_is_cert(kcopy)) {
371 if ((r = sshkey_drop_cert(kcopy)) != 0) {
372 sshkey_free(kcopy);
376 r = sshkey_to_blob(kcopy, blob, blen);
377 sshkey_free(kcopy);