Home
last modified time | relevance | path

Searched refs:check_roffset (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dsshbuf-getput-basic.c110 check_roffset(const struct sshbuf *buf, size_t offset, size_t len, in check_roffset() function
130 if ((r = check_roffset(buf, offset, 8, &p)) != 0) in sshbuf_peek_u64()
145 if ((r = check_roffset(buf, offset, 4, &p)) != 0) in sshbuf_peek_u32()
160 if ((r = check_roffset(buf, offset, 2, &p)) != 0) in sshbuf_peek_u16()
175 if ((r = check_roffset(buf, offset, 1, &p)) != 0) in sshbuf_peek_u8()