Searched refs:pubkeyblob (Results 1 – 1 of 1) sorted by relevance
2860 u_char *cp, *key = NULL, *pubkeyblob = NULL; in sshkey_private_to_blob2() local2920 (r = sshkey_to_blob(prv, &pubkeyblob, &pubkeylen)) != 0 || in sshkey_private_to_blob2()2921 (r = sshbuf_put_string(encoded, pubkeyblob, pubkeylen)) != 0) in sshkey_private_to_blob2()2976 if (pubkeyblob != NULL) in sshkey_private_to_blob2()2977 freezero(pubkeyblob, pubkeylen); in sshkey_private_to_blob2()