Home
last modified time | relevance | path

Searched refs:warn_weak_crypto (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dreadconf.h185 int warn_weak_crypto; member
H A Dreadconf.c2455 intptr = &options->warn_weak_crypto; in process_config_line_depth()
2819 options->warn_weak_crypto = -1; in initialize_options()
3022 if (options->warn_weak_crypto == -1) in fill_default_options()
3023 options->warn_weak_crypto = 1; in fill_default_options()
3791 dump_cfg_fmtint(oWarnWeakCrypto, o->warn_weak_crypto); in dump_client_config()
H A Dsshconnect.c1672 ssh->kex->name != NULL && options.warn_weak_crypto && in ssh_login()