Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex.h133 struct sshcomp { struct
141 struct sshcomp comp; argument
H A Dpacket.c976 struct sshcomp *comp; in ssh_set_newkeys()
1171 struct sshcomp *comp = NULL; in ssh_packet_enable_delayed_compress()
1229 struct sshcomp *comp = NULL; in ssh_packet_send2_wrapped()
1627 struct sshcomp *comp = NULL; in ssh_packet_read_poll2()
2433 struct sshcomp *comp; in newkeys_to_blob()
2507 struct sshcomp *comp; in newkeys_from_blob()
H A Dkex.c841 choose_comp(struct sshcomp *comp, char *client, char *server) in choose_comp()