Searched refs:sshbuf_allocate (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dsshbuf.c327 sshbuf_allocate(struct sshbuf *buf, size_t len) function
379 if ((r = sshbuf_allocate(buf, len)) != 0)
H A Dsshbuf.h128 int sshbuf_allocate(struct sshbuf *buf, size_t len);
H A Dservconf.c2642 (r = sshbuf_allocate(conf, st.st_size)) != 0)

Completed in 181 milliseconds