Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey.c3042 u_char *cp, *key = NULL, *pubkeyblob = NULL; in sshkey_private_to_blob2() local
3107 (r = sshkey_to_blob(prv, &pubkeyblob, &pubkeylen)) != 0 || in sshkey_private_to_blob2()
3108 (r = sshbuf_put_string(encoded, pubkeyblob, pubkeylen)) != 0) in sshkey_private_to_blob2()
3177 if (pubkeyblob != NULL) { in sshkey_private_to_blob2()
3178 explicit_bzero(pubkeyblob, pubkeylen); in sshkey_private_to_blob2()
3179 free(pubkeyblob); in sshkey_private_to_blob2()