Symbol: PROPOSAL_SERVER_HOST_KEY_ALGS
crypto/openssh/kex.c
1000
kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS];
crypto/openssh/kex.c
1001
peer[PROPOSAL_SERVER_HOST_KEY_ALGS] = NULL;
crypto/openssh/kex.c
125
case PROPOSAL_SERVER_HOST_KEY_ALGS:
crypto/openssh/kex.c
909
PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1
crypto/openssh/kex.c
983
if (kex_has_any_alg(peer[PROPOSAL_SERVER_HOST_KEY_ALGS],
crypto/openssh/kex.c
986
if (kex_has_any_alg(peer[PROPOSAL_SERVER_HOST_KEY_ALGS],
crypto/openssh/kex.c
998
if ((r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS],
crypto/openssh/kex.c
999
sprop[PROPOSAL_SERVER_HOST_KEY_ALGS])) != 0) {
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
115
kex_params.proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = keyname;
crypto/openssh/ssh-keyscan.c
240
myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
crypto/openssh/ssh-keyscan.c
249
myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
crypto/openssh/ssh-keyscan.c
253
myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
crypto/openssh/ssh-keyscan.c
262
myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
crypto/openssh/ssh-keyscan.c
267
myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
crypto/openssh/ssh-keyscan.c
272
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;