Symbol: sshbuf_get_u8
crypto/openssh/auth-options.c
791
if ((r = sshbuf_get_u8(m, &flag)) != 0 ||
crypto/openssh/auth-options.c
863
if ((r = sshbuf_get_u8(m, &f)) != 0) \
crypto/openssh/auth-options.c
883
if ((r = sshbuf_get_u8(m, &f)) != 0 ||
crypto/openssh/auth-pam.c
432
if ((r = sshbuf_get_u8(buffer, &status)) != 0)
crypto/openssh/auth-pam.c
866
if ((r = sshbuf_get_u8(buffer, &type)) != 0 ||
crypto/openssh/authfd.c
191
(r = sshbuf_get_u8(reply, &type)) != 0 ||
crypto/openssh/authfd.c
283
if ((r = sshbuf_get_u8(msg, &type)) != 0)
crypto/openssh/authfd.c
429
if ((r = sshbuf_get_u8(msg, &type)) != 0)
crypto/openssh/channels.c
3229
if ((r = sshbuf_get_u8(original, NULL)) != 0 ||
crypto/openssh/kex.c
205
if ((r = sshbuf_get_u8(b, &v)) != 0 || /* first_kex_follows */
crypto/openssh/krl.c
1014
(r = sshbuf_get_u8(sect, &critical)) != 0 ||
crypto/openssh/krl.c
1095
if ((r = sshbuf_get_u8(copy, &type)) != 0 ||
crypto/openssh/krl.c
834
(r = sshbuf_get_u8(subsect, &critical)) != 0 ||
crypto/openssh/krl.c
890
if ((r = sshbuf_get_u8(buf, &type)) != 0 ||
crypto/openssh/monitor.c
1289
if ((r = sshbuf_get_u8(b, &type)) != 0)
crypto/openssh/monitor.c
1315
if ((r = sshbuf_get_u8(b, &type)) != 0)
crypto/openssh/monitor.c
1360
if ((r = sshbuf_get_u8(b, &type)) != 0)
crypto/openssh/monitor.c
508
if ((r = sshbuf_get_u8(m, &type)) != 0)
crypto/openssh/monitor_wrap.c
219
if ((r = sshbuf_get_u8(m, &rtype)) != 0)
crypto/openssh/monitor_wrap.c
246
if ((r = sshbuf_get_u8(m, &success)) != 0)
crypto/openssh/monitor_wrap.c
366
if ((r = sshbuf_get_u8(m, &ok)) != 0)
crypto/openssh/monitor_wrap.c
588
(r = sshbuf_get_u8(m, &sig_details_present)) != 0)
crypto/openssh/monitor_wrap.c
592
(r = sshbuf_get_u8(m, &flags)) != 0)
crypto/openssh/packet.c
1547
(r = sshbuf_get_u8(state->incoming_packet, NULL)) != 0 ||
crypto/openssh/packet.c
1548
(r = sshbuf_get_u8(state->incoming_packet, typep)) != 0)
crypto/openssh/packet.c
1760
if ((r = sshbuf_get_u8(state->incoming_packet, typep)) != 0)
crypto/openssh/packet.c
2674
return sshbuf_get_u8(ssh->state->incoming_packet, valp);
crypto/openssh/sftp-client.c
1038
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
1388
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
1722
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
2166
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
2415
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
2558
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
281
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
2885
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
320
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
360
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
410
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
486
if ((r = sshbuf_get_u8(msg, &type)) != 0)
crypto/openssh/sftp-client.c
646
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
755
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-server.c
1828
if ((r = sshbuf_get_u8(iqueue, &type)) != 0)
crypto/openssh/ssh-agent.c
1104
(r = sshbuf_get_u8(b, &key_is_ca)) != 0)
crypto/openssh/ssh-agent.c
1239
if ((r = sshbuf_get_u8(m, &v)) != 0 ||
crypto/openssh/ssh-agent.c
1282
if ((r = sshbuf_get_u8(m, &ctype)) != 0) {
crypto/openssh/ssh-agent.c
1702
(r = sshbuf_get_u8(e->request, &fwd)) != 0) {
crypto/openssh/ssh-agent.c
1820
(r = sshbuf_get_u8(e->request, &type)) != 0) {
crypto/openssh/ssh-agent.c
713
if ((r = sshbuf_get_u8(b, &t)) != 0 || /* SSH2_MSG_USERAUTH_REQUEST */
crypto/openssh/ssh-agent.c
717
(r = sshbuf_get_u8(b, &sig_follows)) != 0 || /* sig-follows */
crypto/openssh/ssh-ecdsa-sk.c
281
sshbuf_get_u8(b, &sig_flags) != 0 ||
crypto/openssh/ssh-ed25519-sk.c
159
sshbuf_get_u8(b, &sig_flags) != 0 ||
crypto/openssh/ssh-keygen.c
555
if ((r = sshbuf_get_u8(b, &e1)) != 0 ||
crypto/openssh/ssh-keygen.c
556
(e1 < 30 && (r = sshbuf_get_u8(b, &e2)) != 0) ||
crypto/openssh/ssh-keygen.c
557
(e1 < 30 && (r = sshbuf_get_u8(b, &e3)) != 0))
crypto/openssh/ssh-keysign.c
264
if ((r = sshbuf_get_u8(b, &rver)) != 0)
crypto/openssh/ssh-keysign.c
94
if ((r = sshbuf_get_u8(b, &type)) != 0)
crypto/openssh/ssh-pkcs11-client.c
231
if ((r = sshbuf_get_u8(m, &c)) != 0)
crypto/openssh/ssh-pkcs11-helper.c
275
(r = sshbuf_get_u8(iqueue, &type)) != 0)
crypto/openssh/ssh-sk-client.c
174
if ((r = sshbuf_get_u8(resp, &version)) != 0) {
crypto/openssh/sshbuf.h
158
int sshbuf_get_u8(struct sshbuf *buf, u_char *valp);
crypto/openssh/sshconnect2.c
2104
if ((r = sshbuf_get_u8(b, &rversion)) != 0) {
crypto/openssh/sshd-session.c
748
if ((r = sshbuf_get_u8(m, &ver)) != 0)
crypto/openssh/sshkey-xmss.c
357
if ((r = sshbuf_get_u8(b, &have_info)) != 0)
crypto/openssh/sshkey-xmss.c
819
(r = sshbuf_get_u8(b, &th->completed)) != 0 ||
crypto/openssh/sshkey-xmss.c
844
if ((r = sshbuf_get_u8(b, &have_state)) != 0)
crypto/openssh/sshkey-xmss.c
853
if ((r = sshbuf_get_u8(b, &have_stack)) != 0)
crypto/openssh/sshkey-xmss.c
858
if ((r = sshbuf_get_u8(b, &have_filename)) != 0)
crypto/openssh/sshkey-xmss.c
863
if ((r = sshbuf_get_u8(b, &have_enc)) != 0)
crypto/openssh/sshkey-xmss.c
869
(r = sshbuf_get_u8(b, &state->allow_update)) != 0)
crypto/openssh/sshkey.c
1657
if ((r = sshbuf_get_u8(decrypted, &pad)) != 0)
crypto/openssh/sshkey.c
2502
(r = sshbuf_get_u8(buf, &k->sk_flags)) != 0 ||
crypto/openssh/ttymodes.c
373
if ((r = sshbuf_get_u8(buf, &opcode)) != 0)