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.c273 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
277 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
281 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
285 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ? in keygrab_ssh2()
Dkex.c750 PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1 in proposals_match()
812 if ((r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS], in kex_choose_conf()
813 sprop[PROPOSAL_SERVER_HOST_KEY_ALGS])) != 0) { in kex_choose_conf()
814 kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS]; in kex_choose_conf()
815 peer[PROPOSAL_SERVER_HOST_KEY_ALGS] = NULL; in kex_choose_conf()
Dkex.h74 PROPOSAL_SERVER_HOST_KEY_ALGS, enumerator
Dssh_api.c495 orig = proposal[PROPOSAL_SERVER_HOST_KEY_ALGS]; in _ssh_order_hostkeyalgs()
524 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = replace; in _ssh_order_hostkeyalgs()
Dsshconnect2.c184 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = in ssh_kex2()
190 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = in ssh_kex2()
Dsshd.c2233 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = compat_pkalg_proposal(
/external/openssh/regress/unittests/kex/
Dtest_kex.c104 kex_params.proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = keyname; in do_kex_with_key()
/external/openssh/regress/misc/kexfuzz/
Dkexfuzz.c221 kex_params.proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = keyname; in do_kex_with_key()