Home
last modified time | relevance | path

Searched refs:sshcomp (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssh/
HDkex.h117 struct sshcomp { struct
125 struct sshcomp comp; argument
HDpacket.c945 struct sshcomp *comp; in ssh_set_newkeys()
1099 struct sshcomp *comp = NULL; in ssh_packet_enable_delayed_compress()
1155 struct sshcomp *comp = NULL; in ssh_packet_send2_wrapped()
1723 struct sshcomp *comp = NULL; in ssh_packet_read_poll2()
2517 struct sshcomp *comp; in newkeys_to_blob()
2621 struct sshcomp *comp; in newkeys_from_blob()
HDkex.c692 choose_comp(struct sshcomp *comp, char *client, char *server) in choose_comp()