Lines Matching defs:buf

31 sshbuf_get(struct sshbuf *buf, void *v, size_t len)  in sshbuf_get()
44 sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp) in sshbuf_get_u64()
57 sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp) in sshbuf_get_u32()
70 sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp) in sshbuf_get_u16()
83 sshbuf_get_u8(struct sshbuf *buf, u_char *valp) in sshbuf_get_u8()
96 check_offset(const struct sshbuf *buf, int wr, size_t offset, size_t len) in check_offset()
110 check_roffset(const struct sshbuf *buf, size_t offset, size_t len, in check_roffset()
123 sshbuf_peek_u64(const struct sshbuf *buf, size_t offset, u_int64_t *valp) in sshbuf_peek_u64()
138 sshbuf_peek_u32(const struct sshbuf *buf, size_t offset, u_int32_t *valp) in sshbuf_peek_u32()
153 sshbuf_peek_u16(const struct sshbuf *buf, size_t offset, u_int16_t *valp) in sshbuf_peek_u16()
168 sshbuf_peek_u8(const struct sshbuf *buf, size_t offset, u_char *valp) in sshbuf_peek_u8()
183 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string()
210 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) in sshbuf_get_string_direct()
236 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, in sshbuf_peek_string_direct()
267 sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp) in sshbuf_get_cstring()
302 sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v) in sshbuf_get_stringb()
322 sshbuf_put(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put()
335 sshbuf_putb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_putb()
343 sshbuf_putf(struct sshbuf *buf, const char *fmt, ...) in sshbuf_putf()
355 sshbuf_putfv(struct sshbuf *buf, const char *fmt, va_list ap) in sshbuf_putfv()
388 sshbuf_put_u64(struct sshbuf *buf, u_int64_t val) in sshbuf_put_u64()
400 sshbuf_put_u32(struct sshbuf *buf, u_int32_t val) in sshbuf_put_u32()
412 sshbuf_put_u16(struct sshbuf *buf, u_int16_t val) in sshbuf_put_u16()
424 sshbuf_put_u8(struct sshbuf *buf, u_char val) in sshbuf_put_u8()
436 check_woffset(struct sshbuf *buf, size_t offset, size_t len, u_char **p) in check_woffset()
450 sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val) in sshbuf_poke_u64()
462 sshbuf_poke_u32(struct sshbuf *buf, size_t offset, u_int32_t val) in sshbuf_poke_u32()
474 sshbuf_poke_u16(struct sshbuf *buf, size_t offset, u_int16_t val) in sshbuf_poke_u16()
486 sshbuf_poke_u8(struct sshbuf *buf, size_t offset, u_char val) in sshbuf_poke_u8()
498 sshbuf_poke(struct sshbuf *buf, size_t offset, void *v, size_t len) in sshbuf_poke()
510 sshbuf_put_string(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_string()
528 sshbuf_put_cstring(struct sshbuf *buf, const char *v) in sshbuf_put_cstring()
534 sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_put_stringb()
543 sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp) in sshbuf_froms()
567 sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_bignum2_bytes()
596 sshbuf_get_bignum2_bytes_direct(struct sshbuf *buf, in sshbuf_get_bignum2_bytes_direct()