Home
last modified time | relevance | path

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

/external/openssh/
Dssh-keyscan.c235 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
239 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
248 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
252 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
256 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
265 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
270 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
Dkex.c861 PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1 in proposals_match()
923 if ((r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS], in kex_choose_conf()
924 sprop[PROPOSAL_SERVER_HOST_KEY_ALGS])) != 0) { in kex_choose_conf()
925 kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS]; in kex_choose_conf()
926 peer[PROPOSAL_SERVER_HOST_KEY_ALGS] = NULL; in kex_choose_conf()
Dkex.h76 PROPOSAL_SERVER_HOST_KEY_ALGS, enumerator
Dssh_api.c526 orig = proposal[PROPOSAL_SERVER_HOST_KEY_ALGS]; in _ssh_order_hostkeyalgs()
555 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = replace; in _ssh_order_hostkeyalgs()
Dsshconnect2.c200 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = in ssh_kex2()
205 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = in ssh_kex2()
Dsshd.c2344 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = compat_pkalg_proposal(
/external/openssh/regress/unittests/kex/
Dtest_kex.c102 kex_params.proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = keyname; in do_kex_with_key()
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c219 kex_params.proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = keyname; in do_kex_with_key()