Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dssh-sk-client.c329 if ((r = sshbuf_get_stringb(resp, kbuf)) != 0 || in sshsk_enroll()
330 (r = sshbuf_get_stringb(resp, abuf)) != 0) { in sshsk_enroll()
422 if ((r = sshbuf_get_stringb(resp, kbuf)) != 0 || in sshsk_load_resident()
H A Dsshbuf-getput-basic.c304 sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v) in sshbuf_get_stringb() function
H A Dssh-agent.c850 (r = sshbuf_get_stringb(e->request, data)) != 0 || in process_sign_request2()
1813 if ((r = sshbuf_get_stringb(e->input, e->request)) != 0 || in process_message()