Home
last modified time | relevance | path

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

/external/openssh/
Dsshbuf.c319 sshbuf_allocate(struct sshbuf *buf, size_t len) in sshbuf_allocate() function
371 if ((r = sshbuf_allocate(buf, len)) != 0) in sshbuf_reserve()
Dsshbuf.h147 int sshbuf_allocate(struct sshbuf *buf, size_t len);
Dauthfile.c119 if ((r = sshbuf_allocate(blob, st.st_size)) != 0 || in sshkey_load_file()
DChangeLog1610 use sshbuf_allocate() to pre-allocate the buffer used for
1627 sshbuf_allocate() function; ok markus@