Home | History | Annotate | Download | only in openssh

Lines Matching refs:sshbuf_get_u8

1660 	if ((r = sshbuf_get_u8(state->incoming_packet, typep)) != 0)
1701 (r = sshbuf_get_u8(state->incoming_packet, NULL)) != 0 ||
1702 (r = sshbuf_get_u8(state->incoming_packet, typep)) != 0)
1908 if ((r = sshbuf_get_u8(state->incoming_packet, typep)) != 0)
2891 return sshbuf_get_u8(ssh->state->incoming_packet, valp);