Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
HDkex.c742 free(kex->failed_choice); in kex_free()
986 kex->failed_choice = peer[PROPOSAL_KEX_ALGS]; in kex_choose_conf()
992 kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS]; in kex_choose_conf()
1009 kex->failed_choice = peer[nenc]; in kex_choose_conf()
1018 kex->failed_choice = peer[nmac]; in kex_choose_conf()
1024 kex->failed_choice = peer[ncomp]; in kex_choose_conf()
HDkex.h167 char *failed_choice; member
HDpacket.c2016 if (ssh->kex && ssh->kex->failed_choice) { in sshpkt_vfatal()
2021 ssh->kex->failed_choice); in sshpkt_vfatal()