Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dservconf.h96 char *moduli_file; /* moduli file for DH-GEX */ member
H A Dservconf.c314 if (options->moduli_file == NULL) in fill_default_server_options()
315 options->moduli_file = xstrdup(_PATH_DH_MODULI); in fill_default_server_options()
1493 charptr = &options->moduli_file; in process_server_config_line_depth()
2948 dump_cfg_string(sModuliFile, o->moduli_file); in dump_config()
H A Dsshd.c1759 if (options.moduli_file != NULL)
1760 dh_set_moduli_file(options.moduli_file);