Home
last modified time | relevance | path

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

/external/openssh/
Dkex.h111 struct sshcomp { struct
119 struct sshcomp comp; argument
Dpacket.c921 struct sshcomp *comp; in ssh_set_newkeys()
1021 struct sshcomp *comp = NULL; in ssh_packet_enable_delayed_compress()
1063 struct sshcomp *comp = NULL; in ssh_packet_send2_wrapped()
1543 struct sshcomp *comp = NULL; in ssh_packet_read_poll2()
2320 struct sshcomp *comp; in ssh_packet_set_postauth()
2366 struct sshcomp *comp; in newkeys_to_blob()
2479 struct sshcomp *comp; in newkeys_from_blob()
Dkex.c506 choose_comp(struct sshcomp *comp, char *client, char *server) in choose_comp()