Home | History | Annotate | Download | only in openssh

Lines Matching full:valp

171 int	sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp);
172 int sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp);
173 int sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp);
174 int sshbuf_get_u8(struct sshbuf *buf, u_char *valp);
183 * Caller must free *valp.
185 int sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp);
186 int sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp);
197 int sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp,
204 int sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp,
213 const u_char **valp, size_t *lenp);