Lines Matching refs:lenp
187 sshbuf_get_string(struct sshbuf *buf, u_char **valp, size_t *lenp) in sshbuf_get_string() argument
195 if (lenp != NULL) in sshbuf_get_string()
196 *lenp = 0; in sshbuf_get_string()
208 if (lenp != NULL) in sshbuf_get_string()
209 *lenp = len; in sshbuf_get_string()
214 sshbuf_get_string_direct(struct sshbuf *buf, const u_char **valp, size_t *lenp) in sshbuf_get_string_direct() argument
222 if (lenp != NULL) in sshbuf_get_string_direct()
223 *lenp = 0; in sshbuf_get_string_direct()
228 if (lenp != NULL) in sshbuf_get_string_direct()
229 *lenp = len; in sshbuf_get_string_direct()
241 size_t *lenp) in sshbuf_peek_string_direct() argument
248 if (lenp != NULL) in sshbuf_peek_string_direct()
249 *lenp = 0; in sshbuf_peek_string_direct()
265 if (lenp != NULL) in sshbuf_peek_string_direct()
266 *lenp = len; in sshbuf_peek_string_direct()
271 sshbuf_get_cstring(struct sshbuf *buf, char **valp, size_t *lenp) in sshbuf_get_cstring() argument
279 if (lenp != NULL) in sshbuf_get_cstring()
280 *lenp = 0; in sshbuf_get_cstring()
300 if (lenp != NULL) in sshbuf_get_cstring()
301 *lenp = (size_t)len; in sshbuf_get_cstring()
601 const u_char **valp, size_t *lenp) in sshbuf_get_bignum2_bytes_direct() argument
624 if (lenp != NULL) in sshbuf_get_bignum2_bytes_direct()
625 *lenp = len; in sshbuf_get_bignum2_bytes_direct()