• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching defs:ssh

232 	struct ssh *ssh = NULL;  in ssh_alloc_session_state()  local
271 ssh_packet_set_input_hook(struct ssh *ssh, ssh_packet_hook_fn *hook, void *ctx) in ssh_packet_set_input_hook()
279 ssh_packet_is_rekeying(struct ssh *ssh) in ssh_packet_is_rekeying()
290 ssh_packet_set_connection(struct ssh *ssh, int fd_in, int fd_out) in ssh_packet_set_connection()
328 ssh_packet_set_timeout(struct ssh *ssh, int timeout, int count) in ssh_packet_set_timeout()
343 ssh_packet_set_mux(struct ssh *ssh) in ssh_packet_set_mux()
350 ssh_packet_get_mux(struct ssh *ssh) in ssh_packet_get_mux()
356 ssh_packet_set_log_preamble(struct ssh *ssh, const char *fmt, ...) in ssh_packet_set_log_preamble()
375 ssh_packet_stop_discard(struct ssh *ssh) in ssh_packet_stop_discard()
402 ssh_packet_start_discard(struct ssh *ssh, struct sshenc *enc, in ssh_packet_start_discard()
430 ssh_packet_connection_is_on_socket(struct ssh *ssh) in ssh_packet_connection_is_on_socket()
460 ssh_packet_get_bytes(struct ssh *ssh, u_int64_t *ibytes, u_int64_t *obytes) in ssh_packet_get_bytes()
469 ssh_packet_connection_af(struct ssh *ssh) in ssh_packet_connection_af()
489 ssh_packet_set_nonblocking(struct ssh *ssh) in ssh_packet_set_nonblocking()
501 ssh_packet_get_connection_in(struct ssh *ssh) in ssh_packet_get_connection_in()
509 ssh_packet_get_connection_out(struct ssh *ssh) in ssh_packet_get_connection_out()
520 ssh_remote_ipaddr(struct ssh *ssh) in ssh_remote_ipaddr()
544 ssh_remote_port(struct ssh *ssh) in ssh_remote_port()
556 ssh_local_ipaddr(struct ssh *ssh) in ssh_local_ipaddr()
565 ssh_local_port(struct ssh *ssh) in ssh_local_port()
574 ssh_packet_close(struct ssh *ssh) in ssh_packet_close()
632 ssh_packet_set_protocol_flags(struct ssh *ssh, u_int protocol_flags) in ssh_packet_set_protocol_flags()
640 ssh_packet_get_protocol_flags(struct ssh *ssh) in ssh_packet_get_protocol_flags()
651 ssh_packet_init_compression(struct ssh *ssh) in ssh_packet_init_compression()
660 start_compression_out(struct ssh *ssh, int level) in start_compression_out()
680 start_compression_in(struct ssh *ssh) in start_compression_in()
697 ssh_packet_start_compression(struct ssh *ssh, int level) in ssh_packet_start_compression()
713 compress_buffer(struct ssh *ssh, struct sshbuf *in, struct sshbuf *out) in compress_buffer()
759 uncompress_buffer(struct ssh *ssh, struct sshbuf *in, struct sshbuf *out) in uncompress_buffer()
812 ssh_packet_set_encryption_key(struct ssh *ssh, const u_char *key, u_int keylen, int number) in ssh_packet_set_encryption_key()
850 ssh_packet_send1(struct ssh *ssh) in ssh_packet_send1()
938 ssh_set_newkeys(struct ssh *ssh, int mode) in ssh_set_newkeys()
1045 ssh_packet_need_rekeying(struct ssh *ssh, u_int outbound_packet_len) in ssh_packet_need_rekeying()
1094 ssh_packet_enable_delayed_compress(struct ssh *ssh) in ssh_packet_enable_delayed_compress()
1144 ssh_packet_send2_wrapped(struct ssh *ssh) in ssh_packet_send2_wrapped()
1314 ssh_packet_send2(struct ssh *ssh) in ssh_packet_send2()
1399 ssh_packet_read_seqnr(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) in ssh_packet_read_seqnr()
1494 ssh_packet_read(struct ssh *ssh) in ssh_packet_read()
1510 ssh_packet_read_expect(struct ssh *ssh, u_int expected_type) in ssh_packet_read_expect()
1537 ssh_packet_read_poll1(struct ssh *ssh, u_char *typep) in ssh_packet_read_poll1()
1675 ssh_packet_read_poll2_mux(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) in ssh_packet_read_poll2_mux()
1713 ssh_packet_read_poll2(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) in ssh_packet_read_poll2()
1945 ssh_packet_read_poll_seqnr(struct ssh *ssh, u_char *typep, u_int32_t *seqnr_p) in ssh_packet_read_poll_seqnr()
2033 ssh_packet_process_incoming(struct ssh *ssh, const char *buf, u_int len) in ssh_packet_process_incoming()
2054 ssh_packet_remaining(struct ssh *ssh) in ssh_packet_remaining()
2068 ssh_packet_send_debug(struct ssh *ssh, const char *fmt,...) in ssh_packet_send_debug()
2099 fmt_connection_id(struct ssh *ssh, char *s, size_t l) in fmt_connection_id()
2111 sshpkt_fatal(struct ssh *ssh, const char *tag, int r) in sshpkt_fatal()
2155 ssh_packet_disconnect(struct ssh *ssh, const char *fmt,...) in ssh_packet_disconnect()
2198 ssh_packet_write_poll(struct ssh *ssh) in ssh_packet_write_poll()
2226 ssh_packet_write_wait(struct ssh *ssh) in ssh_packet_write_wait()
2285 ssh_packet_have_data_to_write(struct ssh *ssh) in ssh_packet_have_data_to_write()
2293 ssh_packet_not_very_much_data_to_write(struct ssh *ssh) in ssh_packet_not_very_much_data_to_write()
2302 ssh_packet_set_tos(struct ssh *ssh, int tos) in ssh_packet_set_tos()
2333 ssh_packet_set_interactive(struct ssh *ssh, int interactive, int qos_interactive, int qos_bulk) in ssh_packet_set_interactive()
2355 ssh_packet_is_interactive(struct ssh *ssh) in ssh_packet_is_interactive()
2361 ssh_packet_set_maxsize(struct ssh *ssh, u_int s) in ssh_packet_set_maxsize()
2381 ssh_packet_inc_alive_timeouts(struct ssh *ssh) in ssh_packet_inc_alive_timeouts()
2387 ssh_packet_set_alive_timeouts(struct ssh *ssh, int ka) in ssh_packet_set_alive_timeouts()
2393 ssh_packet_get_maxsize(struct ssh *ssh) in ssh_packet_get_maxsize()
2410 ssh_packet_send_ignore(struct ssh *ssh, int nbytes) in ssh_packet_send_ignore()
2429 ssh_packet_set_rekey_limits(struct ssh *ssh, u_int64_t bytes, u_int32_t seconds) in ssh_packet_set_rekey_limits()
2438 ssh_packet_get_rekey_timeout(struct ssh *ssh) in ssh_packet_get_rekey_timeout()
2448 ssh_packet_set_server(struct ssh *ssh) in ssh_packet_set_server()
2454 ssh_packet_set_authenticated(struct ssh *ssh) in ssh_packet_set_authenticated()
2460 ssh_packet_get_input(struct ssh *ssh) in ssh_packet_get_input()
2466 ssh_packet_get_output(struct ssh *ssh) in ssh_packet_get_output()
2473 ssh_packet_set_postauth(struct ssh *ssh) in ssh_packet_set_postauth()
2510 newkeys_to_blob(struct sshbuf *m, struct ssh *ssh, int mode) in newkeys_to_blob()
2556 ssh_packet_get_state(struct ssh *ssh, struct sshbuf *m) in ssh_packet_get_state()
2615 newkeys_from_blob(struct sshbuf *m, struct ssh *ssh, int mode) in newkeys_from_blob()
2728 ssh_packet_set_state(struct ssh *ssh, struct sshbuf *m) in ssh_packet_set_state()
2809 sshpkt_put(struct ssh *ssh, const void *v, size_t len) in sshpkt_put()
2815 sshpkt_putb(struct ssh *ssh, const struct sshbuf *b) in sshpkt_putb()
2821 sshpkt_put_u8(struct ssh *ssh, u_char val) in sshpkt_put_u8()
2827 sshpkt_put_u32(struct ssh *ssh, u_int32_t val) in sshpkt_put_u32()
2833 sshpkt_put_u64(struct ssh *ssh, u_int64_t val) in sshpkt_put_u64()
2839 sshpkt_put_string(struct ssh *ssh, const void *v, size_t len) in sshpkt_put_string()
2845 sshpkt_put_cstring(struct ssh *ssh, const void *v) in sshpkt_put_cstring()
2851 sshpkt_put_stringb(struct ssh *ssh, const struct sshbuf *v) in sshpkt_put_stringb()
2859 sshpkt_put_ec(struct ssh *ssh, const EC_POINT *v, const EC_GROUP *g) in sshpkt_put_ec()
2867 sshpkt_put_bignum1(struct ssh *ssh, const BIGNUM *v) in sshpkt_put_bignum1()
2874 sshpkt_put_bignum2(struct ssh *ssh, const BIGNUM *v) in sshpkt_put_bignum2()
2883 sshpkt_get(struct ssh *ssh, void *valp, size_t len) in sshpkt_get()
2889 sshpkt_get_u8(struct ssh *ssh, u_char *valp) in sshpkt_get_u8()
2895 sshpkt_get_u32(struct ssh *ssh, u_int32_t *valp) in sshpkt_get_u32()
2901 sshpkt_get_u64(struct ssh *ssh, u_int64_t *valp) in sshpkt_get_u64()
2907 sshpkt_get_string(struct ssh *ssh, u_char **valp, size_t *lenp) in sshpkt_get_string()
2913 sshpkt_get_string_direct(struct ssh *ssh, const u_char **valp, size_t *lenp) in sshpkt_get_string_direct()
2919 sshpkt_get_cstring(struct ssh *ssh, char **valp, size_t *lenp) in sshpkt_get_cstring()
2927 sshpkt_get_ec(struct ssh *ssh, EC_POINT *v, const EC_GROUP *g) in sshpkt_get_ec()
2935 sshpkt_get_bignum1(struct ssh *ssh, BIGNUM *v) in sshpkt_get_bignum1()
2942 sshpkt_get_bignum2(struct ssh *ssh, BIGNUM *v) in sshpkt_get_bignum2()
2949 sshpkt_get_end(struct ssh *ssh) in sshpkt_get_end()
2957 sshpkt_ptr(struct ssh *ssh, size_t *lenp) in sshpkt_ptr()
2967 sshpkt_start(struct ssh *ssh, u_char type) in sshpkt_start()
2981 ssh_packet_send_mux(struct ssh *ssh) in ssh_packet_send_mux()
3013 sshpkt_send(struct ssh *ssh) in sshpkt_send()
3024 sshpkt_disconnect(struct ssh *ssh, const char *fmt,...) in sshpkt_disconnect()
3052 sshpkt_add_padding(struct ssh *ssh, u_char pad) in sshpkt_add_padding()