Home
last modified time | relevance | path

Searched refs:PROPOSAL_SERVER_HOST_KEY_ALGS (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/ssh/include/
H A Dkex.h64 PROPOSAL_SERVER_HOST_KEY_ALGS, enumerator
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dkex.c441 PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1 in proposals_match()
506 choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS], in kex_choose_conf()
507 sprop[PROPOSAL_SERVER_HOST_KEY_ALGS]); in kex_choose_conf()
H A Dssh-gss.c293 orig_hostalgs = proposal[PROPOSAL_SERVER_HOST_KEY_ALGS]; in ssh_gssapi_modify_kex()
375 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = xstrdup("null"); in ssh_gssapi_modify_kex()
393 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = new_hostalgs; in ssh_gssapi_modify_kex()
/titanic_50/usr/src/cmd/ssh/sshd/
H A Dsshd.c1965 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = list_hostkey_types(); in prepare_for_ssh2_kex()
1968 if (myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] == NULL || in prepare_for_ssh2_kex()
1969 *myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] == '\0') in prepare_for_ssh2_kex()
/titanic_50/usr/src/cmd/ssh/ssh-keyscan/
H A Dssh-keyscan.c361 my_clnt_proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = in keygrab_ssh2()
/titanic_50/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c138 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = in ssh_kex2()