Searched refs:check_woffset (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | sshbuf-getput-basic.c | 438 check_woffset(struct sshbuf *buf, size_t offset, size_t len, u_char **p) in check_woffset() function 457 if ((r = check_woffset(buf, offset, 8, &p)) != 0) in sshbuf_poke_u64() 469 if ((r = check_woffset(buf, offset, 4, &p)) != 0) in sshbuf_poke_u32() 481 if ((r = check_woffset(buf, offset, 2, &p)) != 0) in sshbuf_poke_u16() 493 if ((r = check_woffset(buf, offset, 1, &p)) != 0) in sshbuf_poke_u8() 505 if ((r = check_woffset(buf, offset, len, &p)) != 0) in sshbuf_poke()
|