Symbol: sshbuf_get_u8
crypto/openssh/auth-options.c
789
if ((r = sshbuf_get_u8(m, &flag)) != 0 ||
crypto/openssh/auth-options.c
861
if ((r = sshbuf_get_u8(m, &f)) != 0) \
crypto/openssh/auth-options.c
881
if ((r = sshbuf_get_u8(m, &f)) != 0 ||
crypto/openssh/auth-pam.c
414
if ((r = sshbuf_get_u8(buffer, &status)) != 0)
crypto/openssh/auth-pam.c
875
if ((r = sshbuf_get_u8(buffer, &type)) != 0 ||
crypto/openssh/authfd.c
190
(r = sshbuf_get_u8(reply, &type)) != 0 ||
crypto/openssh/authfd.c
282
if ((r = sshbuf_get_u8(msg, &type)) != 0)
crypto/openssh/authfd.c
428
if ((r = sshbuf_get_u8(msg, &type)) != 0)
crypto/openssh/authfd.c
795
if ((r = sshbuf_get_u8(msg, &type)) != 0)
crypto/openssh/channels.c
1547
if ((r = sshbuf_get_u8(b, &socks_ver)) != 0 ||
crypto/openssh/channels.c
1548
(r = sshbuf_get_u8(b, &socks_cmd)) != 0 ||
crypto/openssh/channels.c
1630
if ((r = sshbuf_get_u8(b, &socks_ver)) != 0)
crypto/openssh/channels.c
1634
if ((r = sshbuf_get_u8(b, &nmethods)) != 0)
crypto/openssh/channels.c
1637
if ((r = sshbuf_get_u8(b, &method)) != 0)
crypto/openssh/channels.c
1686
if ((r = sshbuf_get_u8(b, &socks_ver)) != 0) {
crypto/openssh/channels.c
1695
if ((r = sshbuf_get_u8(b, &socks_cmd)) != 0 ||
crypto/openssh/channels.c
1696
(r = sshbuf_get_u8(b, &socks_reserved)) != 0 ||
crypto/openssh/channels.c
1697
(r = sshbuf_get_u8(b, &socks_atyp)) != 0) {
crypto/openssh/channels.c
1715
if ((r = sshbuf_get_u8(b, &addrlen)) != 0) {
crypto/openssh/channels.c
3317
if ((r = sshbuf_get_u8(original, NULL)) != 0 ||
crypto/openssh/kex.c
201
if ((r = sshbuf_get_u8(b, &v)) != 0 || /* first_kex_follows */
crypto/openssh/krl.c
1015
(r = sshbuf_get_u8(sect, &critical)) != 0 ||
crypto/openssh/krl.c
1097
if ((r = sshbuf_get_u8(copy, &type)) != 0 ||
crypto/openssh/krl.c
835
(r = sshbuf_get_u8(subsect, &critical)) != 0 ||
crypto/openssh/krl.c
891
if ((r = sshbuf_get_u8(buf, &type)) != 0 ||
crypto/openssh/monitor.c
1404
if ((r = sshbuf_get_u8(b, &type)) != 0)
crypto/openssh/monitor.c
1430
if ((r = sshbuf_get_u8(b, &type)) != 0)
crypto/openssh/monitor.c
1475
if ((r = sshbuf_get_u8(b, &type)) != 0)
crypto/openssh/monitor.c
540
if ((r = sshbuf_get_u8(m, &type)) != 0)
crypto/openssh/monitor_wrap.c
214
if ((r = sshbuf_get_u8(m, &rtype)) != 0)
crypto/openssh/monitor_wrap.c
241
if ((r = sshbuf_get_u8(m, &success)) != 0)
crypto/openssh/monitor_wrap.c
352
if ((r = sshbuf_get_u8(m, &ok)) != 0)
crypto/openssh/monitor_wrap.c
574
(r = sshbuf_get_u8(m, &sig_details_present)) != 0)
crypto/openssh/monitor_wrap.c
578
(r = sshbuf_get_u8(m, &flags)) != 0)
crypto/openssh/packet.c
1612
(r = sshbuf_get_u8(state->incoming_packet, NULL)) != 0 ||
crypto/openssh/packet.c
1613
(r = sshbuf_get_u8(state->incoming_packet, typep)) != 0)
crypto/openssh/packet.c
1824
if ((r = sshbuf_get_u8(state->incoming_packet, typep)) != 0)
crypto/openssh/packet.c
2778
return sshbuf_get_u8(ssh->state->incoming_packet, valp);
crypto/openssh/regress/unittests/crypto/tests.c
89
ASSERT_INT_EQ(sshbuf_get_u8(tmp, &c), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
52
ASSERT_INT_EQ(sshbuf_get_u8(p1, &c), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_fixed.c
83
ASSERT_INT_EQ(sshbuf_get_u8(p2, &c), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
181
ASSERT_INT_EQ(sshbuf_get_u8(p1, &v8), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
184
ASSERT_INT_EQ(sshbuf_get_u8(p1, &v8), 0);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
191
r = sshbuf_get_u8(p1, &v8);
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_fuzz.c
50
ASSERT_INT_EQ(sshbuf_get_u8(p1, &u8), 0);
crypto/openssh/servconf.c
3156
if ((r = sshbuf_get_u8(buf, &was_signed)) != 0 ||
crypto/openssh/servconf.c
3180
if ((r = sshbuf_get_u8(buf, &was_signed)) != 0 ||
crypto/openssh/servconf.c
3227
if ((r = sshbuf_get_u8(buf, &present)) != 0)
crypto/openssh/servconf.c
3471
if ((r = sshbuf_get_u8(buf, &tmp)) != 0) {
crypto/openssh/sftp-client.c
1023
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
1373
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
1707
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
2157
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
2411
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
2554
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
269
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
2889
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
308
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
348
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
398
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
474
if ((r = sshbuf_get_u8(msg, &type)) != 0)
crypto/openssh/sftp-client.c
631
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-client.c
740
if ((r = sshbuf_get_u8(msg, &type)) != 0 ||
crypto/openssh/sftp-server.c
1845
if ((r = sshbuf_get_u8(iqueue, &type)) != 0)
crypto/openssh/ssh-agent.c
1136
(r = sshbuf_get_u8(b, &key_is_ca)) != 0)
crypto/openssh/ssh-agent.c
1274
if ((r = sshbuf_get_u8(m, &v)) != 0 ||
crypto/openssh/ssh-agent.c
1318
if ((r = sshbuf_get_u8(m, &ctype)) != 0) {
crypto/openssh/ssh-agent.c
1718
(r = sshbuf_get_u8(e->request, &fwd)) != 0) {
crypto/openssh/ssh-agent.c
1873
(r = sshbuf_get_u8(e->request, &type)) != 0) {
crypto/openssh/ssh-agent.c
734
if ((r = sshbuf_get_u8(b, &t)) != 0 || /* SSH2_MSG_USERAUTH_REQUEST */
crypto/openssh/ssh-agent.c
738
(r = sshbuf_get_u8(b, &sig_follows)) != 0 || /* sig-follows */
crypto/openssh/ssh-ecdsa-sk.c
285
sshbuf_get_u8(b, &sig_flags) != 0 ||
crypto/openssh/ssh-ed25519-sk.c
157
sshbuf_get_u8(b, &sig_flags) != 0 ||
crypto/openssh/ssh-keygen.c
502
if ((r = sshbuf_get_u8(b, &e1)) != 0 ||
crypto/openssh/ssh-keygen.c
503
(e1 < 30 && (r = sshbuf_get_u8(b, &e2)) != 0) ||
crypto/openssh/ssh-keygen.c
504
(e1 < 30 && (r = sshbuf_get_u8(b, &e3)) != 0))
crypto/openssh/ssh-keysign.c
261
if ((r = sshbuf_get_u8(b, &rver)) != 0)
crypto/openssh/ssh-keysign.c
92
if ((r = sshbuf_get_u8(b, &type)) != 0)
crypto/openssh/ssh-pkcs11-client.c
205
if ((r = sshbuf_get_u8(m, &c)) != 0)
crypto/openssh/ssh-pkcs11-helper.c
172
(r = sshbuf_get_u8(iqueue, &type)) != 0)
crypto/openssh/ssh-sk-client.c
192
if ((r = sshbuf_get_u8(resp, &version)) != 0) {
crypto/openssh/ssh-sk-helper.c
184
(r = sshbuf_get_u8(req, &flags)) != 0 ||
crypto/openssh/ssh-sk-helper.c
337
if ((r = sshbuf_get_u8(req, &version)) != 0)
crypto/openssh/ssh-sk-helper.c
345
(r = sshbuf_get_u8(req, &log_stderr)) != 0 ||
crypto/openssh/sshbuf.h
180
int sshbuf_get_u8(struct sshbuf *buf, u_char *valp);
crypto/openssh/sshconnect2.c
2122
if ((r = sshbuf_get_u8(b, &rversion)) != 0) {
crypto/openssh/sshd-session.c
660
if ((r = sshbuf_get_u8(m, &ver)) != 0)
crypto/openssh/sshd-session.c
687
if ((r = sshbuf_get_u8(m, NULL)) != 0 ||
crypto/openssh/sshkey.c
1763
if ((r = sshbuf_get_u8(decrypted, &pad)) != 0)
crypto/openssh/sshkey.c
2609
(r = sshbuf_get_u8(buf, &k->sk_flags)) != 0 ||
crypto/openssh/ttymodes.c
372
if ((r = sshbuf_get_u8(buf, &opcode)) != 0)