Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dkex.h117 struct sshenc { struct
133 struct sshenc enc; argument
H A Dpacket.c406 ssh_packet_start_discard(struct ssh *ssh, struct sshenc *enc, in ssh_packet_start_discard()
956 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()
2367 struct sshenc *enc; in newkeys_to_blob()
2437 struct sshenc *enc; in newkeys_from_blob()
H A Dkex.c796 choose_enc(struct sshenc *enc, char *client, char *server) in choose_enc()