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

  /src/crypto/external/bsd/openssh/dist/
readconf.h 204 int warn_weak_crypto; member in struct:__anon1125
readconf.c 2531 intptr = &options->warn_weak_crypto;
2904 options->warn_weak_crypto = -1;
3143 if (options->warn_weak_crypto == -1)
3144 options->warn_weak_crypto = 1;
3862 dump_cfg_fmtint(oWarnWeakCrypto, o->warn_weak_crypto);
sshconnect.c 1664 ssh->kex->name != NULL && options.warn_weak_crypto &&

Completed in 35 milliseconds