| /external/openssh/ |
| D | packet.h | 52 struct ssh { struct 54 struct session_state *state; 79 struct ssh *ssh_alloc_session_state(void); argument
|
| D | packet.c | 226 struct ssh *ssh = NULL; in ssh_alloc_session_state() local 269 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) in ssh_packet_set_connection() 307 ssh_packet_set_timeout(struct ssh *ssh, int timeout, int count) in ssh_packet_set_timeout() 322 ssh_packet_stop_discard(struct ssh *ssh) in ssh_packet_stop_discard() 346 ssh_packet_start_discard(struct ssh *ssh, struct sshenc *enc, in ssh_packet_start_discard() 369 ssh_packet_connection_is_on_socket(struct ssh *ssh) in ssh_packet_connection_is_on_socket() 396 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes() 405 ssh_packet_connection_af(struct ssh *ssh) in ssh_packet_connection_af() 425 ssh_packet_set_nonblocking(struct ssh *ssh) in ssh_packet_set_nonblocking() 437 ssh_packet_get_connection_in(struct ssh *ssh) in ssh_packet_get_connection_in() [all …]
|
| D | ssh_api.c | 78 struct ssh *ssh; in ssh_init() local 134 ssh_free(struct ssh *ssh) in ssh_free() 159 ssh_set_app_data(struct ssh *ssh, void *app_data) in ssh_set_app_data() 165 ssh_get_app_data(struct ssh *ssh) in ssh_get_app_data() 172 ssh_add_hostkey(struct ssh *ssh, struct sshkey *key) in ssh_add_hostkey() 206 ssh_set_verify_host_key_callback(struct ssh *ssh, in ssh_set_verify_host_key_callback() 218 ssh_input_append(struct ssh *ssh, const u_char *data, size_t len) in ssh_input_append() 224 ssh_packet_next(struct ssh *ssh, u_char *typep) in ssh_packet_next() 265 ssh_packet_payload(struct ssh *ssh, size_t *lenp) in ssh_packet_payload() 271 ssh_packet_put(struct ssh *ssh, int type, const u_char *data, size_t len) in ssh_packet_put() [all …]
|
| D | opacket.c | 14 ssh_packet_start(struct ssh *ssh, u_char type) in ssh_packet_start() 23 ssh_packet_put_char(struct ssh *ssh, int value) in ssh_packet_put_char() 33 ssh_packet_put_int(struct ssh *ssh, u_int value) in ssh_packet_put_int() 42 ssh_packet_put_int64(struct ssh *ssh, u_int64_t value) in ssh_packet_put_int64() 51 ssh_packet_put_string(struct ssh *ssh, const void *buf, u_int len) in ssh_packet_put_string() 60 ssh_packet_put_cstring(struct ssh *ssh, const char *str) in ssh_packet_put_cstring() 69 ssh_packet_put_raw(struct ssh *ssh, const void *buf, u_int len) in ssh_packet_put_raw() 79 ssh_packet_put_bignum(struct ssh *ssh, BIGNUM * value) in ssh_packet_put_bignum() 90 ssh_packet_put_bignum2(struct ssh *ssh, BIGNUM * value) in ssh_packet_put_bignum2() 100 ssh_packet_put_ecpoint(struct ssh *ssh, const EC_GROUP *curve, in ssh_packet_put_ecpoint() [all …]
|
| D | dispatch.c | 44 struct ssh *ssh = active_state; /* XXX */ in dispatch_protocol_error() local 59 dispatch_protocol_ignore(int type, u_int32_t seq, void *ssh) in dispatch_protocol_ignore() 66 ssh_dispatch_init(struct ssh *ssh, dispatch_fn *dflt) in ssh_dispatch_init() 74 ssh_dispatch_range(struct ssh *ssh, u_int from, u_int to, dispatch_fn *fn) in ssh_dispatch_range() 86 ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn) in ssh_dispatch_set() 92 ssh_dispatch_run(struct ssh *ssh, int mode, volatile sig_atomic_t *done, in ssh_dispatch_run() 135 ssh_dispatch_run_fatal(struct ssh *ssh, int mode, volatile sig_atomic_t *done, in ssh_dispatch_run_fatal()
|
| D | kexgexs.c | 61 kexgex_server(struct ssh *ssh) in kexgex_server() 72 struct ssh *ssh = ctxt; in input_kex_dh_gex_request() local 125 struct ssh *ssh = ctxt; in input_kex_dh_gex_init() local
|
| D | kexgexc.c | 58 kexgex_client(struct ssh *ssh) in kexgex_client() 94 struct ssh *ssh = ctxt; in input_kex_dh_gex_group() local 148 struct ssh *ssh = ctxt; in input_kex_dh_gex_reply() local
|
| D | kex.c | 311 kex_reset_dispatch(struct ssh *ssh) in kex_reset_dispatch() 319 kex_send_newkeys(struct ssh *ssh) in kex_send_newkeys() 336 struct ssh *ssh = ctxt; in kex_input_newkeys() local 354 kex_send_kexinit(struct ssh *ssh) in kex_send_kexinit() 386 struct ssh *ssh = ctxt; in kex_input_kexinit() local 436 kex_new(struct ssh *ssh, char *proposal[PROPOSAL_MAX], struct kex **kexp) in kex_new() 519 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup() 553 choose_mac(struct ssh *ssh, struct sshmac *mac, char *client, char *server) in choose_mac() 647 kex_choose_conf(struct ssh *ssh) in kex_choose_conf() 759 derive_key(struct ssh *ssh, int id, u_int need, u_char *hash, u_int hashlen, in derive_key() [all …]
|
| D | kexc25519c.c | 50 kexc25519_client(struct ssh *ssh) in kexc25519_client() 74 struct ssh *ssh = ctxt; in input_kex_c25519_reply() local
|
| D | kexc25519s.c | 47 kexc25519_server(struct ssh *ssh) in kexc25519_server() 57 struct ssh *ssh = ctxt; in input_kex_c25519_init() local
|
| D | kexdhc.c | 55 kexdh_client(struct ssh *ssh) in kexdh_client() 98 struct ssh *ssh = ctxt; in input_kex_dh() local
|
| D | kexdhs.c | 55 kexdh_server(struct ssh *ssh) in kexdh_server() 89 struct ssh *ssh = ctxt; in input_kex_dh_init() local
|
| D | kexecdhs.c | 53 kexecdh_server(struct ssh *ssh) in kexecdh_server() 63 struct ssh *ssh = ctxt; in input_kex_ecdh_init() local
|
| D | kexecdhc.c | 55 kexecdh_client(struct ssh *ssh) in kexecdh_client() 100 struct ssh *ssh = ctxt; in input_kex_ecdh_reply() local
|
| D | sshd.c | 849 get_hostkey_by_type(int type, int nid, int need_private, struct ssh *ssh) 877 get_hostkey_public_by_type(int type, int nid, struct ssh *ssh) 883 get_hostkey_private_by_type(int type, int nid, struct ssh *ssh) 897 get_hostkey_public_by_index(int ind, struct ssh *ssh) 905 get_hostkey_index(Key *key, int compare, struct ssh *ssh) 932 notify_hostkeys(struct ssh *ssh)
|
| D | monitor.c | 690 struct ssh *ssh = active_state; /* XXX */ in mm_answer_sign() local 1850 struct ssh *ssh = active_state; /* XXX */ in monitor_apply_keystate() local 1936 struct ssh *ssh = active_state; /* XXX */ in monitor_init() local
|
| D | opacket.h | 27 #define ssh_packet_check_eom(ssh) \ argument
|
| /external/autotest/site_utils/rpm_control_system/ |
| D | rpm_controller.py | 316 def _hydra_login(self, ssh): argument 449 def _logout(self, ssh, admin_logout=False): argument 513 def _change_state(self, powerunit_info, new_state, ssh): argument 588 def _setup_test_user(self, ssh): argument 612 def _clear_outlet_names(self, ssh): argument 838 def _enter_configuration_terminal(self, interface, ssh): argument 871 def _exit_configuration_terminal(self, ssh): argument 892 def _verify_state(self, interface, expected_state, ssh): argument 928 def _logout(self, ssh, admin_logout=False): argument 940 def _change_state(self, powerunit_info, new_state, ssh): argument
|
| /external/libnfnetlink/src/ |
| D | libnfnetlink.c | 279 struct nfnl_subsys_handle *ssh; in nfnl_subsys_open() local 320 void nfnl_subsys_close(struct nfnl_subsys_handle *ssh) in nfnl_subsys_close() 436 void nfnl_fill_hdr(struct nfnl_subsys_handle *ssh, in nfnl_fill_hdr() 1116 int nfnl_callback_register(struct nfnl_subsys_handle *ssh, in nfnl_callback_register() 1140 int nfnl_callback_unregister(struct nfnl_subsys_handle *ssh, u_int8_t type) in nfnl_callback_unregister() 1165 const struct nfnl_subsys_handle *ssh; in nfnl_check_attributes() local 1213 struct nfnl_subsys_handle *ssh; in __nfnl_handle_msg() local 1286 struct nfnl_subsys_handle *ssh; in nfnl_step() local
|
| /external/libnetfilter_conntrack/src/expect/ |
| D | api.c | 504 int nfexp_build_expect(struct nfnl_subsys_handle *ssh, in nfexp_build_expect() 519 __build_query_exp(struct nfnl_subsys_handle *ssh, in __build_query_exp() 588 int nfexp_build_query(struct nfnl_subsys_handle *ssh, in nfexp_build_query()
|
| D | build.c | 52 int __build_expect(struct nfnl_subsys_handle *ssh, in __build_expect()
|
| /external/libnetfilter_conntrack/src/conntrack/ |
| D | api.c | 770 int nfct_build_conntrack(struct nfnl_subsys_handle *ssh, in nfct_build_conntrack() 785 __build_query_ct(struct nfnl_subsys_handle *ssh, in __build_query_ct() 874 int nfct_build_query(struct nfnl_subsys_handle *ssh, in nfct_build_query()
|
| D | build.c | 462 int __build_conntrack(struct nfnl_subsys_handle *ssh, in __build_conntrack()
|
| /external/curl/lib/ |
| D | ssh.c | 2878 struct SSHPROTO *ssh; in ssh_setup_connection() local 2899 struct ssh_conn *ssh; in ssh_connect() local 3057 struct ssh_conn *ssh = &conn->proto.sshc; in scp_disconnect() local
|
| /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
| D | lpc_masking_model.c | 540 int sh_lo, sh_hi, sh, ssh, shMem; in WebRtcIsacfix_GetLpcCoef() local
|