Searched refs:sshbuf_allocate (Results 1 – 4 of 4) sorted by relevance
329 sshbuf_allocate(struct sshbuf *buf, size_t len) in sshbuf_allocate() function381 if ((r = sshbuf_allocate(buf, len)) != 0) in sshbuf_reserve()
123 int sshbuf_allocate(struct sshbuf *buf, size_t len);
753 #define sshbuf_allocate Fssh_sshbuf_allocate macro
2675 (r = sshbuf_allocate(conf, st.st_size)) != 0) in load_server_config()