Home
last modified time | relevance | path

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

/freebsd-11-stable/crypto/openssh/
HDkex.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()
HDkex.h152 char *failed_choice; member
HDpacket.c2136 if (ssh && ssh->kex && ssh->kex->failed_choice) { in sshpkt_fatal()
2140 ssh->kex->failed_choice); in sshpkt_fatal()