Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c610 free(kex->failed_choice); in kex_free()
808 kex->failed_choice = peer[PROPOSAL_KEX_ALGS]; in kex_choose_conf()
814 kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS]; in kex_choose_conf()
831 kex->failed_choice = peer[nenc]; in kex_choose_conf()
840 kex->failed_choice = peer[nmac]; in kex_choose_conf()
846 kex->failed_choice = peer[ncomp]; in kex_choose_conf()
Dkex.h152 char *failed_choice; member
Dpacket.c2134 if (ssh && ssh->kex && ssh->kex->failed_choice) { in sshpkt_fatal()
2137 ssh->kex->failed_choice); in sshpkt_fatal()