Lines Matching refs:lenp
185 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string() argument
193 if (lenp != NULL) in sshbuf_get_string()
194 *lenp = 0; in sshbuf_get_string()
206 if (lenp != NULL) in sshbuf_get_string()
207 *lenp = len; in sshbuf_get_string()
212 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) in sshbuf_get_string_direct() argument
220 if (lenp != NULL) in sshbuf_get_string_direct()
221 *lenp = 0; in sshbuf_get_string_direct()
226 if (lenp != NULL) in sshbuf_get_string_direct()
227 *lenp = len; in sshbuf_get_string_direct()
239 size_t *lenp) in sshbuf_peek_string_direct() argument
246 if (lenp != NULL) in sshbuf_peek_string_direct()
247 *lenp = 0; in sshbuf_peek_string_direct()
263 if (lenp != NULL) in sshbuf_peek_string_direct()
264 *lenp = len; in sshbuf_peek_string_direct()
269 sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp) in sshbuf_get_cstring() argument
277 if (lenp != NULL) in sshbuf_get_cstring()
278 *lenp = 0; in sshbuf_get_cstring()
298 if (lenp != NULL) in sshbuf_get_cstring()
299 *lenp = (size_t)len; in sshbuf_get_cstring()
599 const u_char **valp, size_t *lenp) in sshbuf_get_bignum2_bytes_direct() argument
622 if (lenp != NULL) in sshbuf_get_bignum2_bytes_direct()
623 *lenp = len; in sshbuf_get_bignum2_bytes_direct()