Searched refs:pkbuf (Results 1 – 1 of 1) sorted by relevance
125 struct sshbuf *pkbuf; in userauth_pubkey() local127 if ((pkbuf = sshbuf_from(pkblob, blen)) == NULL) in userauth_pubkey()129 if ((keystring = sshbuf_dtob64_string(pkbuf, 0)) == NULL) in userauth_pubkey()134 sshbuf_free(pkbuf); in userauth_pubkey()