Lines Matching defs:buf

35 sshbuf_get(struct sshbuf *buf, void *v, size_t len)  in sshbuf_get()
48 sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp) in sshbuf_get_u64()
61 sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp) in sshbuf_get_u32()
74 sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp) in sshbuf_get_u16()
87 sshbuf_get_u8(struct sshbuf *buf, u_char *valp) in sshbuf_get_u8()
100 check_offset(const struct sshbuf *buf, int wr, size_t offset, size_t len) in check_offset()
114 check_roffset(const struct sshbuf *buf, size_t offset, size_t len, in check_roffset()
127 sshbuf_peek_u64(const struct sshbuf *buf, size_t offset, u_int64_t *valp) in sshbuf_peek_u64()
142 sshbuf_peek_u32(const struct sshbuf *buf, size_t offset, u_int32_t *valp) in sshbuf_peek_u32()
157 sshbuf_peek_u16(const struct sshbuf *buf, size_t offset, u_int16_t *valp) in sshbuf_peek_u16()
172 sshbuf_peek_u8(const struct sshbuf *buf, size_t offset, u_char *valp) in sshbuf_peek_u8()
187 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string()
214 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) in sshbuf_get_string_direct()
240 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, in sshbuf_peek_string_direct()
271 sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp) in sshbuf_get_cstring()
306 sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v) in sshbuf_get_stringb()
326 sshbuf_put(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put()
339 sshbuf_putb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_putb()
347 sshbuf_putf(struct sshbuf *buf, const char *fmt, ...) in sshbuf_putf()
359 sshbuf_putfv(struct sshbuf *buf, const char *fmt, va_list ap) in sshbuf_putfv()
392 sshbuf_put_u64(struct sshbuf *buf, u_int64_t val) in sshbuf_put_u64()
404 sshbuf_put_u32(struct sshbuf *buf, u_int32_t val) in sshbuf_put_u32()
416 sshbuf_put_u16(struct sshbuf *buf, u_int16_t val) in sshbuf_put_u16()
428 sshbuf_put_u8(struct sshbuf *buf, u_char val) in sshbuf_put_u8()
440 check_woffset(struct sshbuf *buf, size_t offset, size_t len, u_char **p) in check_woffset()
454 sshbuf_poke_u64(struct sshbuf *buf, size_t offset, u_int64_t val) in sshbuf_poke_u64()
466 sshbuf_poke_u32(struct sshbuf *buf, size_t offset, u_int32_t val) in sshbuf_poke_u32()
478 sshbuf_poke_u16(struct sshbuf *buf, size_t offset, u_int16_t val) in sshbuf_poke_u16()
490 sshbuf_poke_u8(struct sshbuf *buf, size_t offset, u_char val) in sshbuf_poke_u8()
502 sshbuf_poke(struct sshbuf *buf, size_t offset, void *v, size_t len) in sshbuf_poke()
514 sshbuf_put_string(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_string()
532 sshbuf_put_cstring(struct sshbuf *buf, const char *v) in sshbuf_put_cstring()
538 sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_put_stringb()
547 sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp) in sshbuf_froms()
571 sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_bignum2_bytes()
600 sshbuf_get_bignum2_bytes_direct(struct sshbuf *buf, in sshbuf_get_bignum2_bytes_direct()