Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex.c742 free(kex->failed_choice); in kex_free()
984 kex->failed_choice = peer[PROPOSAL_KEX_ALGS]; in kex_choose_conf()
990 kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS]; in kex_choose_conf()
1007 kex->failed_choice = peer[nenc]; in kex_choose_conf()
1016 kex->failed_choice = peer[nmac]; in kex_choose_conf()
1022 kex->failed_choice = peer[ncomp]; in kex_choose_conf()
H A Dkex.h168 char *failed_choice; member
H A Dpacket.c2024 if (ssh->kex && ssh->kex->failed_choice) { in sshpkt_vfatal()
2030 ssh->kex->failed_choice); in sshpkt_vfatal()