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

/macosx-10.10/OpenSSH-189/openssh/
H A Dkrl.c355 Key *kcopy; local
358 if ((kcopy = key_from_private(key)) == NULL)
360 if (key_is_cert(kcopy)) {
361 if (key_drop_cert(kcopy) != 0) {
363 key_free(kcopy);
367 r = key_to_blob(kcopy, blob, blen);
368 free(kcopy);

Completed in 95 milliseconds