Lines Matching refs:sshbuf
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()
69 struct sshbuf *
72 struct sshbuf *ret; in sshbuf_new()
88 struct sshbuf *
91 struct sshbuf *ret; in sshbuf_from()
106 sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent) in sshbuf_set_parent()
118 struct sshbuf *
119 sshbuf_fromb(struct sshbuf *buf) in sshbuf_fromb()
121 struct sshbuf *ret; in sshbuf_fromb()
135 sshbuf_init(struct sshbuf *ret) in sshbuf_init()
148 sshbuf_free(struct sshbuf *buf) in sshbuf_free()
187 sshbuf_reset(struct sshbuf *buf) in sshbuf_reset()
208 sshbuf_max_size(const struct sshbuf *buf) in sshbuf_max_size()
214 sshbuf_alloc(const struct sshbuf *buf) in sshbuf_alloc()
219 const struct sshbuf *
220 sshbuf_parent(const struct sshbuf *buf) in sshbuf_parent()
226 sshbuf_refcount(const struct sshbuf *buf) in sshbuf_refcount()
232 sshbuf_set_max_size(struct sshbuf *buf, size_t max_size) in sshbuf_set_max_size()
271 sshbuf_len(const struct sshbuf *buf) in sshbuf_len()
279 sshbuf_avail(const struct sshbuf *buf) in sshbuf_avail()
287 sshbuf_ptr(const struct sshbuf *buf) in sshbuf_ptr()
295 sshbuf_mutable_ptr(const struct sshbuf *buf) in sshbuf_mutable_ptr()
303 sshbuf_check_reserve(const struct sshbuf *buf, size_t len) in sshbuf_check_reserve()
319 sshbuf_allocate(struct sshbuf *buf, size_t len) in sshbuf_allocate()
362 sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp) in sshbuf_reserve()
382 sshbuf_consume(struct sshbuf *buf, size_t len) in sshbuf_consume()
399 sshbuf_consume_end(struct sshbuf *buf, size_t len) in sshbuf_consume_end()