Searched refs:sshbuf_allocate (Results 1 – 4 of 4) sorted by relevance
319 sshbuf_allocate(struct sshbuf *buf, size_t len) in sshbuf_allocate() function371 if ((r = sshbuf_allocate(buf, len)) != 0) in sshbuf_reserve()
147 int sshbuf_allocate(struct sshbuf *buf, size_t len);
119 if ((r = sshbuf_allocate(blob, st.st_size)) != 0 || in sshkey_load_file()
1610 use sshbuf_allocate() to pre-allocate the buffer used for1627 sshbuf_allocate() function; ok markus@