Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex.c751 free(kex->failed_choice); in kex_free()
994 kex->failed_choice = peer[PROPOSAL_KEX_ALGS]; in kex_choose_conf()
1000 kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS]; in kex_choose_conf()
1017 kex->failed_choice = peer[nenc]; in kex_choose_conf()
1026 kex->failed_choice = peer[nmac]; in kex_choose_conf()
1032 kex->failed_choice = peer[ncomp]; in kex_choose_conf()
H A Dkex.h174 char *failed_choice; member
H A Dpacket.c2095 if (ssh->kex && ssh->kex->failed_choice) { in sshpkt_vfatal()
2100 ssh->kex->failed_choice); in sshpkt_vfatal()