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

  /src/crypto/external/bsd/openssh/dist/
kex.c 748 free(kex->failed_choice);
992 kex->failed_choice = peer[PROPOSAL_KEX_ALGS];
998 kex->failed_choice = peer[PROPOSAL_SERVER_HOST_KEY_ALGS];
1015 kex->failed_choice = peer[nenc];
1024 kex->failed_choice = peer[nmac];
1030 kex->failed_choice = peer[ncomp];
kex.h 167 char *failed_choice; member in struct:kex
packet.c 2078 if (ssh->kex && ssh->kex->failed_choice) {
2083 ssh->kex->failed_choice);

Completed in 21 milliseconds