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()
171 sshbuf_reset(struct sshbuf *buf) in sshbuf_reset()
193 sshbuf_max_size(const struct sshbuf *buf) in sshbuf_max_size()
199 sshbuf_alloc(const struct sshbuf *buf) in sshbuf_alloc()
204 const struct sshbuf *
205 sshbuf_parent(const struct sshbuf *buf) in sshbuf_parent()
211 sshbuf_refcount(const struct sshbuf *buf) in sshbuf_refcount()
217 sshbuf_set_max_size(struct sshbuf *buf, size_t max_size) in sshbuf_set_max_size()
255 sshbuf_len(const struct sshbuf *buf) in sshbuf_len()
263 sshbuf_avail(const struct sshbuf *buf) in sshbuf_avail()
271 sshbuf_ptr(const struct sshbuf *buf) in sshbuf_ptr()
279 sshbuf_mutable_ptr(const struct sshbuf *buf) in sshbuf_mutable_ptr()
287 sshbuf_check_reserve(const struct sshbuf *buf, size_t len) in sshbuf_check_reserve()
303 sshbuf_allocate(struct sshbuf *buf, size_t len) in sshbuf_allocate()
346 sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp) in sshbuf_reserve()
366 sshbuf_consume(struct sshbuf *buf, size_t len) in sshbuf_consume()
386 sshbuf_consume_end(struct sshbuf *buf, size_t len) in sshbuf_consume_end()