Home
last modified time | relevance | path

Searched refs:sshbuf_get_u8 (Results 1 – 20 of 20) sorted by relevance

/external/openssh/
Dauthfd.c194 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()
Dssh-keysign.c95 if ((r = sshbuf_get_u8(b, &type)) != 0) in valid_request()
262 if ((r = sshbuf_get_u8(b, &rver)) != 0) in main()
Dsftp-client.c214 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()
Dbufaux.c225 if ((ret = sshbuf_get_u8(buffer, (u_char *)v)) != 0) { in buffer_get_char_ret()
Dsshbuf.h182 int sshbuf_get_u8(struct sshbuf *buf, u_char *valp);
Dkrl.c830 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()
Dssh-agent.c632 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()
Dsshbuf-getput-basic.c84 sshbuf_get_u8(struct sshbuf *buf, u_char *valp) in sshbuf_get_u8() function
Dpacket.c1660 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()
Dssh-keygen.c493 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()
Dssh-keyscan.c209 (r = sshbuf_get_u8(msg, &type)) != 0) in keygrab_ssh1()
Dkex.c296 if ((r = sshbuf_get_u8(b, &v)) != 0 || /* first_kex_follows */ in kex_buf2prop()
Dsshkey.c3365 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()
Dsftp-server.c1424 if ((r = sshbuf_get_u8(iqueue, &type)) != 0) in process()
Dsshconnect2.c1703 if ((r = sshbuf_get_u8(b, &rversion)) != 0) { in ssh_keysign()
Dchannels.c2561 if ((r = sshbuf_get_u8(original, NULL)) != 0 ||
/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_fixed.c55 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()
Dtest_sshbuf_getput_fuzz.c49 sshbuf_get_u8(p1, &u8); in attempt_parse_blob()
Dtest_sshbuf_getput_basic.c184 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/
Dkexfuzz.c67 if ((r = sshbuf_get_u8(ctx->replace_data, in packet_hook()