Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshbuf-getput-basic.c112 check_roffset(const struct sshbuf *buf, size_t offset, size_t len, in check_roffset() function
132 if ((r = check_roffset(buf, offset, 8, &p)) != 0) in sshbuf_peek_u64()
147 if ((r = check_roffset(buf, offset, 4, &p)) != 0) in sshbuf_peek_u32()
162 if ((r = check_roffset(buf, offset, 2, &p)) != 0) in sshbuf_peek_u16()
177 if ((r = check_roffset(buf, offset, 1, &p)) != 0) in sshbuf_peek_u8()