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

/freebsd-11.0-release/crypto/openssh/
H A Dsshbuf.h187 int sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v);
H A Dsshbuf-getput-basic.c214 sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v) function
H A Dssh_namespace.h749 #define sshbuf_get_stringb Fssh_sshbuf_get_stringb macro
H A Dpacket.c2649 (r = sshbuf_get_stringb(m, kex->my)) != 0 ||
2650 (r = sshbuf_get_stringb(m, kex->peer)) != 0 ||
H A Dssh-agent.c905 if ((r = sshbuf_get_stringb(e->input, e->request)) != 0 ||

Completed in 162 milliseconds