Searched refs:sshbuf_get_u16 (Results 1 – 4 of 4) sorted by relevance
33 if ((ret = sshbuf_get_u16(buffer, v)) != 0) { in buffer_get_short_ret()
173 int sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp);
69 sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp) in sshbuf_get_u16() function
3696 if ((r = sshbuf_get_u16(decrypted, &check1)) != 0 || in sshkey_parse_private_rsa1()3697 (r = sshbuf_get_u16(decrypted, &check2)) != 0) in sshkey_parse_private_rsa1()