Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshbuf.c306 sshbuf_allocate(struct sshbuf *buf, size_t len) in sshbuf_allocate() function
358 if ((r = sshbuf_allocate(buf, len)) != 0) in sshbuf_reserve()
H A Dsshbuf.h138 int sshbuf_allocate(struct sshbuf *buf, size_t len);
H A Dservconf.c2521 (r = sshbuf_allocate(conf, st.st_size)) != 0) in load_server_config()