Home
last modified time | relevance | path

Searched refs:PROPOSAL_KEX_ALGS (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dkex.c101 kexalgos = defprop[PROPOSAL_KEX_ALGS]; in kex_proposal_populate_entries()
109 case PROPOSAL_KEX_ALGS: in kex_proposal_populate_entries()
538 if ((cp = match_filter_denylist(prop[PROPOSAL_KEX_ALGS], in kex_input_newkeys()
545 free(prop[PROPOSAL_KEX_ALGS]); in kex_input_newkeys()
546 prop[PROPOSAL_KEX_ALGS] = cp; in kex_input_newkeys()
892 PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1 in proposals_match()
915 return kex_has_any_alg(peer[PROPOSAL_KEX_ALGS], ext); in kexalgs_contains()
975 if ((r = choose_kex(kex, cprop[PROPOSAL_KEX_ALGS], in kex_choose_conf()
976 sprop[PROPOSAL_KEX_ALGS])) != 0) { in kex_choose_conf()
977 kex->failed_choice = peer[PROPOSAL_KEX_ALGS]; in kex_choose_conf()
[all …]
H A Dkex.h68 PROPOSAL_KEX_ALGS, enumerator
H A Dssh_api.c107 proposal[PROPOSAL_KEX_ALGS], in ssh_init()
/openbsd/regress/usr.bin/ssh/unittests/kex/
H A Dtest_kex.c95 kex_params.proposal[PROPOSAL_KEX_ALGS] = kex; in do_kex_with_key()