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

/freebsd-current/crypto/openssh/
H A Dsshkey.c2752 u_char *cp, *key = NULL, *pubkeyblob = NULL; local
2812 (r = sshkey_to_blob(prv, &pubkeyblob, &pubkeylen)) != 0 ||
2813 (r = sshbuf_put_string(encoded, pubkeyblob, pubkeylen)) != 0)
2868 if (pubkeyblob != NULL)
2869 freezero(pubkeyblob, pubkeylen);

Completed in 162 milliseconds