Lines Matching defs:buf
32 sshbuf_get(struct sshbuf *buf, void *v, size_t len) in sshbuf_get()
45 sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp) in sshbuf_get_u64()
58 sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp) in sshbuf_get_u32()
71 sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp) in sshbuf_get_u16()
84 sshbuf_get_u8(struct sshbuf *buf, u_char *valp) in sshbuf_get_u8()
97 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string()
124 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) in sshbuf_get_string_direct()
150 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, in sshbuf_peek_string_direct()
181 sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp) in sshbuf_get_cstring()
216 sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v) in sshbuf_get_stringb()
236 sshbuf_put(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put()
249 sshbuf_putb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_putb()
255 sshbuf_putf(struct sshbuf *buf, const char *fmt, ...) in sshbuf_putf()
267 sshbuf_putfv(struct sshbuf *buf, const char *fmt, va_list ap) in sshbuf_putfv()
300 sshbuf_put_u64(struct sshbuf *buf, u_int64_t val) in sshbuf_put_u64()
312 sshbuf_put_u32(struct sshbuf *buf, u_int32_t val) in sshbuf_put_u32()
324 sshbuf_put_u16(struct sshbuf *buf, u_int16_t val) in sshbuf_put_u16()
336 sshbuf_put_u8(struct sshbuf *buf, u_char val) in sshbuf_put_u8()
348 sshbuf_put_string(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_string()
366 sshbuf_put_cstring(struct sshbuf *buf, const char *v) in sshbuf_put_cstring()
372 sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_put_stringb()
378 sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp) in sshbuf_froms()
402 sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_bignum2_bytes()
431 sshbuf_get_bignum2_bytes_direct(struct sshbuf *buf, in sshbuf_get_bignum2_bytes_direct()