| /freebsd-12.1/crypto/openssh/ |
| H A D | authfd.c | 193 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_lock_agent() 250 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_fetch_identitylist() 366 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_agent_sign() 465 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_add_identity_constrained() 501 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_remove_identity() 543 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_update_card() 574 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_remove_all_identities()
|
| H A D | sftp-client.c | 224 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in get_status() 263 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in get_handle() 301 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in get_decode_stat() 347 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in get_decode_statvfs() 422 if ((r = sshbuf_get_u8(msg, &type)) != 0) in do_init() 581 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in do_lsreaddir() 843 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in do_realpath() 1043 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in do_readlink() 1305 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in do_download() 1726 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in do_upload()
|
| H A D | ssh-keysign.c | 90 if ((r = sshbuf_get_u8(b, &type)) != 0) in valid_request() 257 if ((r = sshbuf_get_u8(b, &rver)) != 0) in main()
|
| H A D | monitor_wrap.c | 172 if ((r = sshbuf_get_u8(m, &rtype)) != 0) in mm_request_receive_expect() 200 if ((r = sshbuf_get_u8(m, &success)) != 0) in mm_choose_dh() 271 if ((r = sshbuf_get_u8(m, &rc)) != 0) in mm_login_getpwclass() 330 if ((r = sshbuf_get_u8(m, &ok)) != 0) in mm_getpwnamallow()
|
| H A D | auth-options.c | 820 if ((r = sshbuf_get_u8(m, &flag)) != 0 || in deserialise_nullable_string() 886 if ((r = sshbuf_get_u8(m, &f)) != 0) \ in sshauthopt_deserialise() 903 if ((r = sshbuf_get_u8(m, &f)) != 0 || in sshauthopt_deserialise()
|
| H A D | ssh-pkcs11-client.c | 97 if ((r = sshbuf_get_u8(m, &c)) != 0) in recv_msg()
|
| H A D | ttymodes.c | 373 if ((r = sshbuf_get_u8(buf, &opcode)) != 0) in ssh_tty_parse_modes()
|
| H A D | ssh-agent.c | 441 if ((r = sshbuf_get_u8(e->request, &ctype)) != 0) { in process_add_identity() 587 if ((r = sshbuf_get_u8(e->request, &type)) != 0) { in process_add_smartcard_key() 721 (r = sshbuf_get_u8(e->request, &type)) != 0) { in process_message()
|
| H A D | sshkey-xmss.c | 355 if ((r = sshbuf_get_u8(b, &have_info)) != 0) in sshkey_xmss_deserialize_pk_info() 787 (r = sshbuf_get_u8(b, &th->completed)) != 0 || in sshkey_xmss_deserialize_state() 807 if ((r = sshbuf_get_u8(b, &have_state)) != 0) in sshkey_xmss_deserialize_state_opt()
|
| H A D | sshbuf.h | 173 int sshbuf_get_u8(struct sshbuf *buf, u_char *valp);
|
| H A D | krl.c | 830 if ((r = sshbuf_get_u8(buf, &type)) != 0 || in parse_revoked_certs() 984 if ((r = sshbuf_get_u8(copy, &type)) != 0 || in ssh_krl_from_blob() 1060 if ((r = sshbuf_get_u8(copy, &type)) != 0 || in ssh_krl_from_blob()
|
| H A D | monitor.c | 508 if ((r = sshbuf_get_u8(m, &type)) != 0) in monitor_read() 1289 if ((r = sshbuf_get_u8(b, &type)) != 0) in monitor_valid_userblob() 1311 if ((r = sshbuf_get_u8(b, &type)) != 0) in monitor_valid_userblob() 1346 if ((r = sshbuf_get_u8(b, &type)) != 0) in monitor_valid_hostbasedblob()
|
| H A D | ssh-pkcs11-helper.c | 247 (r = sshbuf_get_u8(iqueue, &type)) != 0) in process()
|
| H A D | auth-pam.c | 418 if ((r = sshbuf_get_u8(buffer, &status)) != 0) in sshpam_thread_conv() 810 if ((r = sshbuf_get_u8(buffer, &type)) != 0 || in sshpam_query()
|
| H A D | sshbuf-getput-basic.c | 85 sshbuf_get_u8(struct sshbuf *buf, u_char *valp) in sshbuf_get_u8() function
|
| H A D | packet.c | 1434 (r = sshbuf_get_u8(state->incoming_packet, NULL)) != 0 || in ssh_packet_read_poll2_mux() 1435 (r = sshbuf_get_u8(state->incoming_packet, typep)) != 0) in ssh_packet_read_poll2_mux() 1641 if ((r = sshbuf_get_u8(state->incoming_packet, typep)) != 0) in ssh_packet_read_poll2() 2502 return sshbuf_get_u8(ssh->state->incoming_packet, valp); in sshpkt_get_u8()
|
| H A D | ssh-keygen.c | 519 if ((r = sshbuf_get_u8(b, &e1)) != 0 || in do_convert_private_ssh2_from_blob() 520 (e1 < 30 && (r = sshbuf_get_u8(b, &e2)) != 0) || in do_convert_private_ssh2_from_blob() 521 (e1 < 30 && (r = sshbuf_get_u8(b, &e3)) != 0)) in do_convert_private_ssh2_from_blob()
|
| H A D | ssh_namespace.h | 673 #define sshbuf_get_u8 Fssh_sshbuf_get_u8 macro
|
| H A D | kex.c | 349 if ((r = sshbuf_get_u8(b, &v)) != 0 || /* first_kex_follows */ in kex_buf2prop()
|
| H A D | sftp-server.c | 1424 if ((r = sshbuf_get_u8(iqueue, &type)) != 0) in process()
|
| H A D | sshd.c | 999 if ((r = sshbuf_get_u8(m, &ver)) != 0)
|
| /freebsd-12.1/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_fixed.c | 55 ASSERT_INT_EQ(sshbuf_get_u8(p1, &c), 0); in sshbuf_fixed() 86 ASSERT_INT_EQ(sshbuf_get_u8(p2, &c), 0); in sshbuf_fixed()
|
| H A D | test_sshbuf_getput_fuzz.c | 49 sshbuf_get_u8(p1, &u8); in attempt_parse_blob()
|
| H A D | test_sshbuf_getput_basic.c | 184 ASSERT_INT_EQ(sshbuf_get_u8(p1, &v8), 0); in sshbuf_getput_basic_tests() 187 ASSERT_INT_EQ(sshbuf_get_u8(p1, &v8), 0); in sshbuf_getput_basic_tests() 194 r = sshbuf_get_u8(p1, &v8); in sshbuf_getput_basic_tests()
|
| /freebsd-12.1/crypto/openssh/regress/misc/kexfuzz/ |
| H A D | kexfuzz.c | 67 if ((r = sshbuf_get_u8(ctx->replace_data, in packet_hook()
|