Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshbuf.c329 sshbuf_allocate(struct sshbuf *buf, size_t len) in sshbuf_allocate() function
381 if ((r = sshbuf_allocate(buf, len)) != 0) in sshbuf_reserve()
H A Dsshbuf.h123 int sshbuf_allocate(struct sshbuf *buf, size_t len);
H A Dssh_namespace.h753 #define sshbuf_allocate Fssh_sshbuf_allocate macro
H A Dservconf.c2675 (r = sshbuf_allocate(conf, st.st_size)) != 0) in load_server_config()