Lines Matching refs:sshbuf

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 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string()
125 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) in sshbuf_get_string_direct()
151 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, in sshbuf_peek_string_direct()
182 sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp) in sshbuf_get_cstring()
217 sshbuf_get_stringb(struct sshbuf *buf, struct sshbuf *v) in sshbuf_get_stringb()
237 sshbuf_put(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put()
250 sshbuf_putb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_putb()
256 sshbuf_putf(struct sshbuf *buf, const char *fmt, ...) in sshbuf_putf()
268 sshbuf_putfv(struct sshbuf *buf, const char *fmt, va_list ap) in sshbuf_putfv()
301 sshbuf_put_u64(struct sshbuf *buf, u_int64_t val) in sshbuf_put_u64()
313 sshbuf_put_u32(struct sshbuf *buf, u_int32_t val) in sshbuf_put_u32()
325 sshbuf_put_u16(struct sshbuf *buf, u_int16_t val) in sshbuf_put_u16()
337 sshbuf_put_u8(struct sshbuf *buf, u_char val) in sshbuf_put_u8()
349 sshbuf_put_string(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_string()
367 sshbuf_put_cstring(struct sshbuf *buf, const char *v) in sshbuf_put_cstring()
373 sshbuf_put_stringb(struct sshbuf *buf, const struct sshbuf *v) in sshbuf_put_stringb()
379 sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp) in sshbuf_froms()
383 struct sshbuf *ret; in sshbuf_froms()
403 sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_bignum2_bytes()
432 sshbuf_get_bignum2_bytes_direct(struct sshbuf *buf, in sshbuf_get_bignum2_bytes_direct()
471 sshbuf_put_passwd(struct sshbuf *buf, const struct passwd *pwent) in sshbuf_put_passwd()
509 sshbuf_get_passwd(struct sshbuf *buf) in sshbuf_get_passwd()