Lines Matching refs:u_char
37 const u_char *p = sshbuf_ptr(buf); in sshbuf_get()
50 const u_char *p = sshbuf_ptr(buf); in sshbuf_get_u64()
63 const u_char *p = sshbuf_ptr(buf); in sshbuf_get_u32()
76 const u_char *p = sshbuf_ptr(buf); in sshbuf_get_u16()
87 sshbuf_get_u8(struct sshbuf *buf, u_char *valp) in sshbuf_get_u8()
89 const u_char *p = sshbuf_ptr(buf); in sshbuf_get_u8()
115 const u_char **p) in check_roffset()
129 const u_char *p = NULL; in sshbuf_peek_u64()
144 const u_char *p = NULL; in sshbuf_peek_u32()
159 const u_char *p = NULL; in sshbuf_peek_u16()
172 sshbuf_peek_u8(const struct sshbuf *buf, size_t offset, u_char *valp) in sshbuf_peek_u8()
174 const u_char *p = NULL; in sshbuf_peek_u8()
187 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string()
189 const u_char *val; in sshbuf_get_string()
214 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) in sshbuf_get_string_direct()
217 const u_char *p; in sshbuf_get_string_direct()
240 sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp, in sshbuf_peek_string_direct()
244 const u_char *p = sshbuf_ptr(buf); in sshbuf_peek_string_direct()
274 const u_char *p, *z; in sshbuf_get_cstring()
309 u_char *p; in sshbuf_get_stringb()
328 u_char *p; in sshbuf_put()
361 u_char *p; in sshbuf_putfv()
392 u_char *p; in sshbuf_put_u64()
404 u_char *p; in sshbuf_put_u32()
416 u_char *p; in sshbuf_put_u16()
426 sshbuf_put_u8(struct sshbuf *buf, u_char val) in sshbuf_put_u8()
428 u_char *p; in sshbuf_put_u8()
438 check_woffset(struct sshbuf *buf, size_t offset, size_t len, u_char **p) in check_woffset()
454 u_char *p = NULL; in sshbuf_poke_u64()
466 u_char *p = NULL; in sshbuf_poke_u32()
478 u_char *p = NULL; in sshbuf_poke_u16()
488 sshbuf_poke_u8(struct sshbuf *buf, size_t offset, u_char val) in sshbuf_poke_u8()
490 u_char *p = NULL; in sshbuf_poke_u8()
502 u_char *p = NULL; in sshbuf_poke()
514 u_char *d; in sshbuf_put_string()
547 const u_char *p; in sshbuf_froms()
571 u_char *d; in sshbuf_put_bignum2_bytes()
572 const u_char *s = (const u_char *)v; in sshbuf_put_bignum2_bytes()
599 const u_char **valp, size_t *lenp) in sshbuf_get_bignum2_bytes_direct()
601 const u_char *d; in sshbuf_get_bignum2_bytes_direct()