Lines Matching defs:buf

33 sshbuf_get(struct sshbuf *buf, void *v, size_t len)  in sshbuf_get()
46 sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp) in sshbuf_get_u64()
59 sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp) in sshbuf_get_u32()
72 sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp) in sshbuf_get_u16()
85 sshbuf_get_u8(struct sshbuf *buf, u_char *valp) in sshbuf_get_u8()
98 check_offset(const struct sshbuf *buf, int wr, size_t offset, size_t len) in check_offset()
112 check_roffset(const struct sshbuf *buf, size_t offset, size_t len, in check_roffset()
125 sshbuf_peek_u64(const struct sshbuf *buf, size_t offset, u_int64_t *valp) in sshbuf_peek_u64()
140 sshbuf_peek_u32(const struct sshbuf *buf, size_t offset, u_int32_t *valp) in sshbuf_peek_u32()
155 sshbuf_peek_u16(const struct sshbuf *buf, size_t offset, u_int16_t *valp) in sshbuf_peek_u16()
170 sshbuf_peek_u8(const struct sshbuf *buf, size_t offset, u_char *valp) in sshbuf_peek_u8()
185 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string()
212 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) in sshbuf_get_string_direct()
238 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, in sshbuf_peek_string_direct()
269 sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp) in sshbuf_get_cstring()
304 sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v) in sshbuf_get_stringb()
324 sshbuf_put(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put()
337 sshbuf_putb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_putb()
345 sshbuf_putf(struct sshbuf *buf, const char *fmt, ...) in sshbuf_putf()
357 sshbuf_putfv(struct sshbuf *buf, const char *fmt, va_list ap) in sshbuf_putfv()
390 sshbuf_put_u64(struct sshbuf *buf, u_int64_t val) in sshbuf_put_u64()
402 sshbuf_put_u32(struct sshbuf *buf, u_int32_t val) in sshbuf_put_u32()
414 sshbuf_put_u16(struct sshbuf *buf, u_int16_t val) in sshbuf_put_u16()
426 sshbuf_put_u8(struct sshbuf *buf, u_char val) in sshbuf_put_u8()
438 check_woffset(struct sshbuf *buf, size_t offset, size_t len, u_char **p) in check_woffset()
452 sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val) in sshbuf_poke_u64()
464 sshbuf_poke_u32(struct sshbuf *buf, size_t offset, u_int32_t val) in sshbuf_poke_u32()
476 sshbuf_poke_u16(struct sshbuf *buf, size_t offset, u_int16_t val) in sshbuf_poke_u16()
488 sshbuf_poke_u8(struct sshbuf *buf, size_t offset, u_char val) in sshbuf_poke_u8()
500 sshbuf_poke(struct sshbuf *buf, size_t offset, void *v, size_t len) in sshbuf_poke()
512 sshbuf_put_string(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_string()
530 sshbuf_put_cstring(struct sshbuf *buf, const char *v) in sshbuf_put_cstring()
536 sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_put_stringb()
545 sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp) in sshbuf_froms()
569 sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_bignum2_bytes()
598 sshbuf_get_bignum2_bytes_direct(struct sshbuf *buf, in sshbuf_get_bignum2_bytes_direct()