Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex.h118 struct sshenc { struct
134 struct sshenc enc; argument
H A Dpacket.c407 ssh_packet_start_discard(struct ssh *ssh, struct sshenc *enc, in ssh_packet_start_discard()
957 struct sshenc *enc; in ssh_set_newkeys()
1171 struct sshenc *enc = NULL; in ssh_packet_send2_wrapped()
1565 struct sshenc *enc = NULL; in ssh_packet_read_poll2()
2376 struct sshenc *enc; in newkeys_to_blob()
2446 struct sshenc *enc; in newkeys_from_blob()
H A Dkex.c796 choose_enc(struct sshenc *enc, char *client, char *server) in choose_enc()