Home
last modified time | relevance | path

Searched defs:ssh (Results 1 – 25 of 26) sorted by relevance

12

/external/openssh/
Dpacket.c226 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()
306 ssh_packet_set_timeout(struct ssh *ssh, int timeout, int count) in ssh_packet_set_timeout()
321 ssh_packet_stop_discard(struct ssh *ssh) in ssh_packet_stop_discard()
345 ssh_packet_start_discard(struct ssh *ssh, struct sshenc *enc, in ssh_packet_start_discard()
368 ssh_packet_connection_is_on_socket(struct ssh *ssh) in ssh_packet_connection_is_on_socket()
395 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes()
404 ssh_packet_connection_af(struct ssh *ssh) in ssh_packet_connection_af()
424 ssh_packet_set_nonblocking(struct ssh *ssh) in ssh_packet_set_nonblocking()
436 ssh_packet_get_connection_in(struct ssh *ssh) in ssh_packet_get_connection_in()
[all …]
Dpacket.h52 struct ssh { struct
54 struct session_state *state;
79 struct ssh *ssh_alloc_session_state(void); argument
Dssh_api.c78 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 …]
Dopacket.c14 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 …]
Ddispatch.c44 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()
Dkex.c247 kex_reset_dispatch(struct ssh *ssh) in kex_reset_dispatch()
255 kex_send_newkeys(struct ssh *ssh) in kex_send_newkeys()
272 struct ssh *ssh = ctxt; in kex_input_newkeys() local
290 kex_send_kexinit(struct ssh *ssh) in kex_send_kexinit()
322 struct ssh *ssh = ctxt; in kex_input_kexinit() local
372 kex_new(struct ssh *ssh, char *proposal[PROPOSAL_MAX], struct kex **kexp) in kex_new()
454 kex_setup(struct ssh *ssh, char *proposal[PROPOSAL_MAX]) in kex_setup()
488 choose_mac(struct ssh *ssh, struct sshmac *mac, char *client, char *server) in choose_mac()
582 kex_choose_conf(struct ssh *ssh) in kex_choose_conf()
678 derive_key(struct ssh *ssh, int id, u_int need, u_char *hash, u_int hashlen, in derive_key()
[all …]
Dkexgexs.c61 kexgex_server(struct ssh *ssh) in kexgex_server()
74 struct ssh *ssh = ctxt; in input_kex_dh_gex_request() local
148 struct ssh *ssh = ctxt; in input_kex_dh_gex_init() local
Dkexgexc.c57 kexgex_client(struct ssh *ssh) in kexgex_client()
101 struct ssh *ssh = ctxt; in input_kex_dh_gex_group() local
155 struct ssh *ssh = ctxt; in input_kex_dh_gex_reply() local
Dkexc25519c.c50 kexc25519_client(struct ssh *ssh) in kexc25519_client()
74 struct ssh *ssh = ctxt; in input_kex_c25519_reply() local
Dkexc25519s.c46 kexc25519_server(struct ssh *ssh) in kexc25519_server()
56 struct ssh *ssh = ctxt; in input_kex_c25519_init() local
Dkexdhc.c55 kexdh_client(struct ssh *ssh) in kexdh_client()
98 struct ssh *ssh = ctxt; in input_kex_dh() local
Dkexecdhs.c53 kexecdh_server(struct ssh *ssh) in kexecdh_server()
63 struct ssh *ssh = ctxt; in input_kex_ecdh_init() local
Dkexdhs.c55 kexdh_server(struct ssh *ssh) in kexdh_server()
89 struct ssh *ssh = ctxt; in input_kex_dh_init() local
Dkexecdhc.c55 kexecdh_client(struct ssh *ssh) in kexecdh_client()
100 struct ssh *ssh = ctxt; in input_kex_ecdh_reply() local
Dsshd.c839 get_hostkey_by_type(int type, int nid, int need_private, struct ssh *ssh)
869 get_hostkey_public_by_type(int type, int nid, struct ssh *ssh)
875 get_hostkey_private_by_type(int type, int nid, struct ssh *ssh)
889 get_hostkey_public_by_index(int ind, struct ssh *ssh)
897 get_hostkey_index(Key *key, int compare, struct ssh *ssh)
924 notify_hostkeys(struct ssh *ssh)
Dmonitor.c690 struct ssh *ssh = active_state; /* XXX */ in mm_answer_sign() local
1846 struct ssh *ssh = active_state; /* XXX */ in monitor_apply_keystate() local
1932 struct ssh *ssh = active_state; /* XXX */ in monitor_init() local
Dopacket.h27 #define ssh_packet_check_eom(ssh) \ argument
Dssh-keyscan.c237 key_print_wrapper(struct sshkey *hostkey, struct ssh *ssh) in key_print_wrapper()
Dsshconnect2.c95 verify_host_key_callback(Key *hostkey, struct ssh *ssh) in verify_host_key_callback()
1577 struct ssh *ssh = active_state; in userauth_hostbased() local
Dclientloop.c2242 struct ssh *ssh = active_state; /* XXX */ in client_global_hostkeys_private_confirm() local
2315 struct ssh *ssh = active_state; /* XXX */ in client_input_hostkeys() local
Dserverloop.c1156 struct ssh *ssh = active_state; /* XXX */ in server_input_hostkeys_prove() local
Dmonitor_wrap.c479 struct ssh *ssh = active_state; /* XXX */ in mm_send_keystate() local
/external/lldb/test/pexpect-2.4/examples/
Dssh_session.py76 def ssh(self, command): member in ssh_session
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c552 int sh_lo, sh_hi, sh, ssh, shMem; in WebRtcIsacfix_GetLpcCoef() local
/external/libvncserver/x11vnc/
Dx11vnc.c860 char *q, *cmd, *ssh; in ssh_remote_tunnel() local

12