Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c700 free(kex->failed_choice); in kex_free()
919 kex->failed_choice = peer[PROPOSAL_KEX_ALGS]; in kex_choose_conf()
925 kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS]; in kex_choose_conf()
942 kex->failed_choice = peer[nenc]; in kex_choose_conf()
951 kex->failed_choice = peer[nmac]; in kex_choose_conf()
957 kex->failed_choice = peer[ncomp]; in kex_choose_conf()
Dkex.h156 char *failed_choice; member
Dpacket.c1879 if (ssh && ssh->kex && ssh->kex->failed_choice) { in sshpkt_vfatal()
1884 ssh->kex->failed_choice); in sshpkt_vfatal()