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()
124 int sshbuf_allocate(struct sshbuf *buf, size_t len);
758 #define sshbuf_allocate Fssh_sshbuf_allocate macro
2810 (r = sshbuf_allocate(conf, st.st_size)) != 0) in load_server_config()