Lines Matching refs:sshbuf
32 sshbuf_check_sanity(const struct sshbuf *buf) in sshbuf_check_sanity()
53 sshbuf_maybe_pack(struct sshbuf *buf, int force) in sshbuf_maybe_pack()
68 struct sshbuf *
71 struct sshbuf *ret; in sshbuf_new()
87 struct sshbuf *
90 struct sshbuf *ret; in sshbuf_from()
105 sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent) in sshbuf_set_parent()
117 struct sshbuf *
118 sshbuf_fromb(struct sshbuf *buf) in sshbuf_fromb()
120 struct sshbuf *ret; in sshbuf_fromb()
134 sshbuf_free(struct sshbuf *buf) in sshbuf_free()
169 sshbuf_reset(struct sshbuf *buf) in sshbuf_reset()
191 sshbuf_max_size(const struct sshbuf *buf) in sshbuf_max_size()
197 sshbuf_alloc(const struct sshbuf *buf) in sshbuf_alloc()
202 const struct sshbuf *
203 sshbuf_parent(const struct sshbuf *buf) in sshbuf_parent()
209 sshbuf_refcount(const struct sshbuf *buf) in sshbuf_refcount()
215 sshbuf_set_max_size(struct sshbuf *buf, size_t max_size) in sshbuf_set_max_size()
253 sshbuf_len(const struct sshbuf *buf) in sshbuf_len()
261 sshbuf_avail(const struct sshbuf *buf) in sshbuf_avail()
269 sshbuf_ptr(const struct sshbuf *buf) in sshbuf_ptr()
277 sshbuf_mutable_ptr(const struct sshbuf *buf) in sshbuf_mutable_ptr()
285 sshbuf_check_reserve(const struct sshbuf *buf, size_t len) in sshbuf_check_reserve()
301 sshbuf_allocate(struct sshbuf *buf, size_t len) in sshbuf_allocate()
344 sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp) in sshbuf_reserve()
364 sshbuf_consume(struct sshbuf *buf, size_t len) in sshbuf_consume()
384 sshbuf_consume_end(struct sshbuf *buf, size_t len) in sshbuf_consume_end()