Home
last modified time | relevance | path

Searched refs:PROPOSAL_SERVER_HOST_KEY_ALGS (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.bin/ssh/
Dssh-keyscan.c220 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
224 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
233 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
237 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
241 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
250 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
255 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
Dkex.c124 case PROPOSAL_SERVER_HOST_KEY_ALGS: in kex_proposal_populate_entries()
892 PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1 in proposals_match()
966 if (kex_has_any_alg(peer[PROPOSAL_SERVER_HOST_KEY_ALGS], in kex_choose_conf()
969 if (kex_has_any_alg(peer[PROPOSAL_SERVER_HOST_KEY_ALGS], in kex_choose_conf()
981 if ((r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS], in kex_choose_conf()
982 sprop[PROPOSAL_SERVER_HOST_KEY_ALGS])) != 0) { in kex_choose_conf()
983 kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS]; in kex_choose_conf()
984 peer[PROPOSAL_SERVER_HOST_KEY_ALGS] = NULL; in kex_choose_conf()
Dssh_api.c111 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS]); in ssh_init()
534 orig = proposal[PROPOSAL_SERVER_HOST_KEY_ALGS]; in _ssh_order_hostkeyalgs()
568 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = replace; in _ssh_order_hostkeyalgs()
Dkex.h69 PROPOSAL_SERVER_HOST_KEY_ALGS, enumerator
/openbsd/src/regress/usr.bin/ssh/unittests/kex/
Dtest_kex.c98 kex_params.proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = keyname; in do_kex_with_key()