Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/
H A Dservconf.h94 char *moduli_file; /* moduli file for DH-GEX */ member
H A Dservconf.c317 if (options->moduli_file == NULL) in fill_default_server_options()
318 options->moduli_file = xstrdup(_PATH_DH_MODULI); in fill_default_server_options()
1531 charptr = &options->moduli_file; in process_server_config_line_depth()
3162 dump_cfg_string(sModuliFile, o->moduli_file); in dump_config()
H A Dsshd.c1835 if (options.moduli_file != NULL)
1836 dh_set_moduli_file(options.moduli_file);
/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dpkinit.c422 const char *moduli_file; in build_auth_pack() local
431 moduli_file = krb5_config_get_string(context, NULL, in build_auth_pack()
442 ret = _krb5_parse_moduli(context, moduli_file, &ctx->m); in build_auth_pack()