Searched refs:dump_cfg_string (Results 1 - 2 of 2) sorted by relevance

/external/openssh/
H A Dservconf.c2158 dump_cfg_string(ServerOpCodes code, const char *val) function
2291 dump_cfg_string(sPidFile, o->pid_file);
2292 dump_cfg_string(sXAuthLocation, o->xauth_location);
2293 dump_cfg_string(sCiphers, o->ciphers ? o->ciphers : KEX_SERVER_ENCRYPT);
2294 dump_cfg_string(sMacs, o->macs ? o->macs : KEX_SERVER_MAC);
2295 dump_cfg_string(sBanner, o->banner);
2296 dump_cfg_string(sForceCommand, o->adm_forced_command);
2297 dump_cfg_string(sChrootDirectory, o->chroot_directory);
2298 dump_cfg_string(sTrustedUserCAKeys, o->trusted_user_ca_keys);
2299 dump_cfg_string(sRevokedKey
[all...]
H A Dreadconf.c2174 dump_cfg_string(OpCodes code, const char *val) function
2246 dump_cfg_string(oUser, o->user);
2247 dump_cfg_string(oHostName, host);
2302 dump_cfg_string(oBindAddress, o->bind_address);
2303 dump_cfg_string(oCiphers, o->ciphers ? o->ciphers : KEX_CLIENT_ENCRYPT);
2304 dump_cfg_string(oControlPath, o->control_path);
2305 dump_cfg_string(oHostKeyAlgorithms, o->hostkeyalgorithms ? o->hostkeyalgorithms : KEX_DEFAULT_PK_ALG);
2306 dump_cfg_string(oHostKeyAlias, o->host_key_alias);
2307 dump_cfg_string(oHostbasedKeyTypes, o->hostbased_key_types);
2308 dump_cfg_string(oKbdInteractiveDevice
[all...]

Completed in 93 milliseconds