• Home
  • Raw
  • Download

Lines Matching defs:buf

30 sshbuf_get(struct sshbuf *buf, void *v, size_t len)  in sshbuf_get()
43 sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp) in sshbuf_get_u64()
56 sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp) in sshbuf_get_u32()
69 sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp) in sshbuf_get_u16()
82 sshbuf_get_u8(struct sshbuf *buf, u_char *valp) in sshbuf_get_u8()
95 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string()
122 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) in sshbuf_get_string_direct()
148 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, in sshbuf_peek_string_direct()
179 sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp) in sshbuf_get_cstring()
214 sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v) in sshbuf_get_stringb()
234 sshbuf_put(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put()
247 sshbuf_putb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_putb()
253 sshbuf_putf(struct sshbuf *buf, const char *fmt, ...) in sshbuf_putf()
265 sshbuf_putfv(struct sshbuf *buf, const char *fmt, va_list ap) in sshbuf_putfv()
298 sshbuf_put_u64(struct sshbuf *buf, u_int64_t val) in sshbuf_put_u64()
310 sshbuf_put_u32(struct sshbuf *buf, u_int32_t val) in sshbuf_put_u32()
322 sshbuf_put_u16(struct sshbuf *buf, u_int16_t val) in sshbuf_put_u16()
334 sshbuf_put_u8(struct sshbuf *buf, u_char val) in sshbuf_put_u8()
346 sshbuf_put_string(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_string()
364 sshbuf_put_cstring(struct sshbuf *buf, const char *v) in sshbuf_put_cstring()
370 sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_put_stringb()
376 sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp) in sshbuf_froms()
400 sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_bignum2_bytes()
429 sshbuf_get_bignum2_bytes_direct(struct sshbuf *buf, in sshbuf_get_bignum2_bytes_direct()