Lines Matching refs:sshbuf

42 struct sshbuf {  struct
51 struct sshbuf *parent; /* If child, pointer to parent */ argument
55 sshbuf_check_sanity(const struct sshbuf *buf) in sshbuf_check_sanity()
77 sshbuf_maybe_pack(struct sshbuf *buf, int force) in sshbuf_maybe_pack()
92 struct sshbuf *
95 struct sshbuf *ret; in sshbuf_new()
111 struct sshbuf *
114 struct sshbuf *ret; in sshbuf_from()
129 sshbuf_set_parent(struct sshbuf *child, struct sshbuf *parent) in sshbuf_set_parent()
144 struct sshbuf *
145 sshbuf_fromb(struct sshbuf *buf) in sshbuf_fromb()
147 struct sshbuf *ret; in sshbuf_fromb()
161 sshbuf_free(struct sshbuf *buf) in sshbuf_free()
196 sshbuf_reset(struct sshbuf *buf) in sshbuf_reset()
219 sshbuf_max_size(const struct sshbuf *buf) in sshbuf_max_size()
225 sshbuf_alloc(const struct sshbuf *buf) in sshbuf_alloc()
230 const struct sshbuf *
231 sshbuf_parent(const struct sshbuf *buf) in sshbuf_parent()
237 sshbuf_refcount(const struct sshbuf *buf) in sshbuf_refcount()
243 sshbuf_set_max_size(struct sshbuf *buf, size_t max_size) in sshbuf_set_max_size()
281 sshbuf_len(const struct sshbuf *buf) in sshbuf_len()
289 sshbuf_avail(const struct sshbuf *buf) in sshbuf_avail()
297 sshbuf_ptr(const struct sshbuf *buf) in sshbuf_ptr()
305 sshbuf_mutable_ptr(const struct sshbuf *buf) in sshbuf_mutable_ptr()
313 sshbuf_check_reserve(const struct sshbuf *buf, size_t len) in sshbuf_check_reserve()
329 sshbuf_allocate(struct sshbuf *buf, size_t len) in sshbuf_allocate()
372 sshbuf_reserve(struct sshbuf *buf, size_t len, u_char **dpp) in sshbuf_reserve()
392 sshbuf_consume(struct sshbuf *buf, size_t len) in sshbuf_consume()
412 sshbuf_consume_end(struct sshbuf *buf, size_t len) in sshbuf_consume_end()