Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dkex.c735 free(kex->failed_choice); in kex_free()
977 kex->failed_choice = peer[PROPOSAL_KEX_ALGS]; in kex_choose_conf()
983 kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS]; in kex_choose_conf()
1000 kex->failed_choice = peer[nenc]; in kex_choose_conf()
1009 kex->failed_choice = peer[nmac]; in kex_choose_conf()
1015 kex->failed_choice = peer[ncomp]; in kex_choose_conf()
H A Dkex.h161 char *failed_choice; member
H A Dpacket.c1990 if (ssh->kex && ssh->kex->failed_choice) { in sshpkt_vfatal()
1995 ssh->kex->failed_choice); in sshpkt_vfatal()