Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssh/
H A Dsshbuf.h194 int sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v);
H A Dsshbuf-getput-basic.c217 sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v) in sshbuf_get_stringb() function
H A Dssh_namespace.h669 #define sshbuf_get_stringb Fssh_sshbuf_get_stringb macro
H A Dpacket.c2345 (r = sshbuf_get_stringb(m, kex->my)) != 0 || in kex_from_blob()
2346 (r = sshbuf_get_stringb(m, kex->peer)) != 0 || in kex_from_blob()
H A Dssh-agent.c720 if ((r = sshbuf_get_stringb(e->input, e->request)) != 0 || in process_message()