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

/freebsd-13-stable/crypto/openssh/
H A Dssh-keyscan.c231 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
235 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
239 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
243 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
247 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
H A Dkex.h75 PROPOSAL_SERVER_HOST_KEY_ALGS, enumerator in enum:kex_init_proposals
H A Dkex.c795 PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1
857 if ((r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS],
858 sprop[PROPOSAL_SERVER_HOST_KEY_ALGS])) != 0) {
859 kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS];
860 peer[PROPOSAL_SERVER_HOST_KEY_ALGS] = NULL;
H A Dssh_api.c494 orig = proposal[PROPOSAL_SERVER_HOST_KEY_ALGS];
523 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = replace;
H A Dsshconnect2.c186 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] =
192 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] =
H A Dsshd.c2359 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = compat_pkalg_proposal(
/freebsd-13-stable/crypto/openssh/regress/unittests/kex/
H A Dtest_kex.c104 kex_params.proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = keyname;
/freebsd-13-stable/crypto/openssh/regress/misc/kexfuzz/
H A Dkexfuzz.c221 kex_params.proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = keyname;

Completed in 105 milliseconds