Lines Matching defs:buf
32 sshbuf_check_sanity(const struct sshbuf *buf) in sshbuf_check_sanity()
54 sshbuf_maybe_pack(struct sshbuf *buf, int force) in sshbuf_maybe_pack()
119 sshbuf_fromb(struct sshbuf *buf) in sshbuf_fromb()
148 sshbuf_free(struct sshbuf *buf) in sshbuf_free()
189 sshbuf_reset(struct sshbuf *buf) in sshbuf_reset()
210 sshbuf_max_size(const struct sshbuf *buf) in sshbuf_max_size()
216 sshbuf_alloc(const struct sshbuf *buf) in sshbuf_alloc()
222 sshbuf_parent(const struct sshbuf *buf) in sshbuf_parent()
228 sshbuf_refcount(const struct sshbuf *buf) in sshbuf_refcount()
234 sshbuf_set_max_size(struct sshbuf *buf, size_t max_size) in sshbuf_set_max_size()
273 sshbuf_len(const struct sshbuf *buf) in sshbuf_len()
281 sshbuf_avail(const struct sshbuf *buf) in sshbuf_avail()
289 sshbuf_ptr(const struct sshbuf *buf) in sshbuf_ptr()
297 sshbuf_mutable_ptr(const struct sshbuf *buf) in sshbuf_mutable_ptr()
305 sshbuf_check_reserve(const struct sshbuf *buf, size_t len) in sshbuf_check_reserve()
321 sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp) in sshbuf_reserve()
374 sshbuf_consume(struct sshbuf *buf, size_t len) in sshbuf_consume()
391 sshbuf_consume_end(struct sshbuf *buf, size_t len) in sshbuf_consume_end()