Searched refs:check_roffset (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | sshbuf-getput-basic.c | 114 check_roffset(const struct sshbuf *buf, size_t offset, size_t len, in check_roffset() function 134 if ((r = check_roffset(buf, offset, 8, &p)) != 0) in sshbuf_peek_u64() 149 if ((r = check_roffset(buf, offset, 4, &p)) != 0) in sshbuf_peek_u32() 164 if ((r = check_roffset(buf, offset, 2, &p)) != 0) in sshbuf_peek_u16() 179 if ((r = check_roffset(buf, offset, 1, &p)) != 0) in sshbuf_peek_u8()
|