H A D | packet.c | 43 #include "openbsd-compat/sys-queue.h" 90 #include "mac.h" 185 /* Session key information for Encryption and MAC */ 189 /* Volume-based rekeying */ 192 /* Time-based rekeying */ 199 /* XXX discard incoming data after MAC error */ 219 /* One-off warning about weak ciphers */ 237 (ssh->kex = kex_new()) == NULL || in ssh_alloc_session_state() 238 (state->inpu in ssh_alloc_session_state() 408 ssh_packet_start_discard(struct ssh * ssh,struct sshenc * enc,struct sshmac * mac,size_t mac_already,u_int discard) ssh_packet_start_discard() argument 678 u_int mode; ssh_packet_close_internal() local 945 ssh_clear_newkeys(struct ssh * ssh,int mode) ssh_clear_newkeys() argument 954 ssh_set_newkeys(struct ssh * ssh,int mode) ssh_set_newkeys() argument 958 struct sshmac *mac; ssh_set_newkeys() local 1116 int r, mode; ssh_packet_enable_delayed_compress() local 1172 struct sshmac *mac = NULL; ssh_packet_send2_wrapped() local 1566 struct sshmac *mac = NULL; ssh_packet_read_poll2() local 2371 newkeys_to_blob(struct sshbuf * m,struct ssh * ssh,int mode) newkeys_to_blob() argument 2377 struct sshmac *mac; newkeys_to_blob() local 2442 newkeys_from_blob(struct sshbuf * m,struct ssh * ssh,int mode) newkeys_from_blob() argument 2447 struct sshmac *mac; newkeys_from_blob() local [all...] |