Symbol: PROPOSAL_SERVER_HOST_KEY_ALGS
crypto/openssh/kex.c
129
case PROPOSAL_SERVER_HOST_KEY_ALGS:
crypto/openssh/kex.c
899
PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1
crypto/openssh/kex.c
973
if (kex_has_any_alg(peer[PROPOSAL_SERVER_HOST_KEY_ALGS],
crypto/openssh/kex.c
976
if (kex_has_any_alg(peer[PROPOSAL_SERVER_HOST_KEY_ALGS],
crypto/openssh/kex.c
988
if ((r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS],
crypto/openssh/kex.c
989
sprop[PROPOSAL_SERVER_HOST_KEY_ALGS])) != 0) {
crypto/openssh/kex.c
990
kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS];
crypto/openssh/kex.c
991
peer[PROPOSAL_SERVER_HOST_KEY_ALGS] = NULL;
crypto/openssh/regress/misc/fuzz-harness/kex_fuzz.cc
211
if (i == PROPOSAL_SERVER_HOST_KEY_ALGS)
crypto/openssh/regress/unittests/kex/test_kex.c
102
kex_params.proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = keyname;
crypto/openssh/ssh-keyscan.c
244
myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
crypto/openssh/ssh-keyscan.c
248
myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
crypto/openssh/ssh-keyscan.c
257
myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
crypto/openssh/ssh-keyscan.c
261
myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
crypto/openssh/ssh-keyscan.c
265
myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
crypto/openssh/ssh-keyscan.c
274
myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
crypto/openssh/ssh-keyscan.c
279
myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
crypto/openssh/ssh_api.c
113
proposal[PROPOSAL_SERVER_HOST_KEY_ALGS]);
crypto/openssh/ssh_api.c
540
orig = proposal[PROPOSAL_SERVER_HOST_KEY_ALGS];
crypto/openssh/ssh_api.c
574
proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = replace;