Lines Matching refs:valp
156 int sshbuf_get_u64(struct sshbuf *buf, u_int64_t *valp);
157 int sshbuf_get_u32(struct sshbuf *buf, u_int32_t *valp);
158 int sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp);
159 int sshbuf_get_u8(struct sshbuf *buf, u_char *valp);
167 u_int64_t *valp);
169 u_int32_t *valp);
171 u_int16_t *valp);
173 u_char *valp);
190 int sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp);
191 int sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp);
202 int sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp,
209 int sshbuf_peek_string_direct(const struct sshbuf *buf, const u_char **valp,
218 const u_char **valp, size_t *lenp);
220 int sshbuf_get_bignum2(struct sshbuf *buf, BIGNUM **valp);