/external/openssh/ |
D | authfd.c | 194 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_lock_agent() 302 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_fetch_identitylist() 411 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_decrypt_challenge() 473 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_agent_sign() 600 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_add_identity_constrained() 646 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_remove_identity() 688 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_update_card() 715 if ((r = sshbuf_get_u8(msg, &type)) != 0) in ssh_remove_all_identities()
|
D | ssh-keysign.c | 95 if ((r = sshbuf_get_u8(b, &type)) != 0) in valid_request() 262 if ((r = sshbuf_get_u8(b, &rver)) != 0) in main()
|
D | sftp-client.c | 214 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in get_status() 253 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in get_handle() 291 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in get_decode_stat() 337 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in get_decode_statvfs() 412 if ((r = sshbuf_get_u8(msg, &type)) != 0) in do_init() 571 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in do_lsreaddir() 833 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in do_realpath() 1033 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in do_readlink() 1295 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in do_download() 1714 if ((r = sshbuf_get_u8(msg, &type)) != 0 || in do_upload()
|
D | bufaux.c | 225 if ((ret = sshbuf_get_u8(buffer, (u_char *)v)) != 0) { in buffer_get_char_ret()
|
D | sshbuf.h | 182 int sshbuf_get_u8(struct sshbuf *buf, u_char *valp);
|
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()
|
D | ssh-agent.c | 632 if ((r = sshbuf_get_u8(e->request, &ctype)) != 0) { in process_add_identity() 762 if ((r = sshbuf_get_u8(e->request, &type)) != 0) in process_add_smartcard_key() 890 (r = sshbuf_get_u8(e->request, &type)) != 0) in process_message()
|
D | sshbuf-getput-basic.c | 84 sshbuf_get_u8(struct sshbuf *buf, u_char *valp) in sshbuf_get_u8() function
|
D | packet.c | 1660 if ((r = sshbuf_get_u8(state->incoming_packet, typep)) != 0) in ssh_packet_read_poll1() 1701 (r = sshbuf_get_u8(state->incoming_packet, NULL)) != 0 || in ssh_packet_read_poll2_mux() 1702 (r = sshbuf_get_u8(state->incoming_packet, typep)) != 0) in ssh_packet_read_poll2_mux() 1908 if ((r = sshbuf_get_u8(state->incoming_packet, typep)) != 0) in ssh_packet_read_poll2() 2891 return sshbuf_get_u8(ssh->state->incoming_packet, valp); in sshpkt_get_u8()
|
D | ssh-keygen.c | 493 if ((r = sshbuf_get_u8(b, &e1)) != 0 || in do_convert_private_ssh2_from_blob() 494 (e1 < 30 && (r = sshbuf_get_u8(b, &e2)) != 0) || in do_convert_private_ssh2_from_blob() 495 (e1 < 30 && (r = sshbuf_get_u8(b, &e3)) != 0)) in do_convert_private_ssh2_from_blob()
|
D | ssh-keyscan.c | 209 (r = sshbuf_get_u8(msg, &type)) != 0) in keygrab_ssh1()
|
D | kex.c | 296 if ((r = sshbuf_get_u8(b, &v)) != 0 || /* first_kex_follows */ in kex_buf2prop()
|
D | sshkey.c | 3365 if ((r = sshbuf_get_u8(decrypted, &pad)) != 0) in sshkey_parse_private2() 3630 if ((r = sshbuf_get_u8(copy, NULL)) != 0 || /* cipher type */ in sshkey_parse_public_rsa1_fileblob() 3701 if ((r = sshbuf_get_u8(copy, &cipher_type)) != 0 || in sshkey_parse_private_rsa1()
|
D | sftp-server.c | 1424 if ((r = sshbuf_get_u8(iqueue, &type)) != 0) in process()
|
D | sshconnect2.c | 1703 if ((r = sshbuf_get_u8(b, &rversion)) != 0) { in ssh_keysign()
|
D | channels.c | 2561 if ((r = sshbuf_get_u8(original, NULL)) != 0 ||
|
/external/openssh/regress/unittests/sshbuf/ |
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()
|
D | test_sshbuf_getput_fuzz.c | 49 sshbuf_get_u8(p1, &u8); in attempt_parse_blob()
|
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()
|
/external/openssh/regress/misc/kexfuzz/ |
D | kexfuzz.c | 67 if ((r = sshbuf_get_u8(ctx->replace_data, in packet_hook()
|