Lines Matching refs:valp
162 int sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp);
163 int sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp);
164 int sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp);
165 int sshbuf_get_u8(struct sshbuf *buf, u_char *valp);
173 u_int64_t *valp);
175 u_int32_t *valp);
177 u_int16_t *valp);
179 u_char *valp);
196 int sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp);
197 int sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp);
208 int sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp,
215 int sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp,
222 int sshbuf_get_bignum2(struct sshbuf *buf, BIGNUM **valp);
224 const u_char **valp, size_t *lenp);