Lines Matching defs:len
35 sshbuf_get(struct sshbuf *buf, void *v, size_t len) in sshbuf_get()
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()
190 size_t len; in sshbuf_get_string() local
216 size_t len; in sshbuf_get_string_direct() local
243 u_int32_t len; in sshbuf_peek_string_direct() local
273 size_t len; in sshbuf_get_cstring() local
308 u_int32_t len; in sshbuf_get_stringb() local
326 sshbuf_put(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put()
362 int r, len; in sshbuf_putfv() local
440 check_woffset(struct sshbuf *buf, size_t offset, size_t len, u_char **p) in check_woffset()
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()
550 size_t len; in sshbuf_froms() local
571 sshbuf_put_bignum2_bytes(struct sshbuf *buf, const void *v, size_t len) in sshbuf_put_bignum2_bytes()
604 size_t len, olen; in sshbuf_get_bignum2_bytes_direct() local