Home
last modified time | relevance | path

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

/external/openssh/
Dbufaux.c33 if ((ret = sshbuf_get_u16(buffer, v)) != 0) { in buffer_get_short_ret()
Dsshbuf.h173 int sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp);
Dsshbuf-getput-basic.c69 sshbuf_get_u16(struct sshbuf *buf, u_int16_t *valp) in sshbuf_get_u16() function
Dsshkey.c3696 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()