HomeSort by: relevance | last modified time | path
    Searched refs:PROPOSAL_SERVER_HOST_KEY_ALGS (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
ssh-keyscan.c 225 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
234 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
238 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
247 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
252 myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = get_cert ?
kex.c 129 case PROPOSAL_SERVER_HOST_KEY_ALGS:
906 PROPOSAL_KEX_ALGS, PROPOSAL_SERVER_HOST_KEY_ALGS, -1
981 if (kex_has_any_alg(peer[PROPOSAL_SERVER_HOST_KEY_ALGS],
984 if (kex_has_any_alg(peer[PROPOSAL_SERVER_HOST_KEY_ALGS],
996 if ((r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS],
997 sprop[PROPOSAL_SERVER_HOST_KEY_ALGS])) != 0) {
998 kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS];
999 peer[PROPOSAL_SERVER_HOST_KEY_ALGS] = NULL;
ssh_api.c 113 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS]);
536 orig = proposal[PROPOSAL_SERVER_HOST_KEY_ALGS];
570 proposal[PROPOSAL_SERVER_HOST_KEY_ALGS] = replace;
kex.h 70 PROPOSAL_SERVER_HOST_KEY_ALGS,

Completed in 68 milliseconds