Searched refs:dump_cfg_string (Results 1 - 2 of 2) sorted by relevance
/external/openssh/ |
H A D | servconf.c | 2051 dump_cfg_string(ServerOpCodes code, const char *val) function 2169 dump_cfg_string(sPidFile, o->pid_file); 2170 dump_cfg_string(sXAuthLocation, o->xauth_location); 2171 dump_cfg_string(sCiphers, o->ciphers ? o->ciphers : KEX_SERVER_ENCRYPT); 2172 dump_cfg_string(sMacs, o->macs ? o->macs : KEX_SERVER_MAC); 2173 dump_cfg_string(sBanner, o->banner); 2174 dump_cfg_string(sForceCommand, o->adm_forced_command); 2175 dump_cfg_string(sChrootDirectory, o->chroot_directory); 2176 dump_cfg_string(sTrustedUserCAKeys, o->trusted_user_ca_keys); 2177 dump_cfg_string(sRevokedKey [all...] |
H A D | readconf.c | 2170 dump_cfg_string(OpCodes code, const char *val) function 2242 dump_cfg_string(oUser, o->user); 2243 dump_cfg_string(oHostName, host); 2298 dump_cfg_string(oBindAddress, o->bind_address); 2299 dump_cfg_string(oCiphers, o->ciphers ? o->ciphers : KEX_CLIENT_ENCRYPT); 2300 dump_cfg_string(oControlPath, o->control_path); 2301 dump_cfg_string(oHostKeyAlgorithms, o->hostkeyalgorithms ? o->hostkeyalgorithms : KEX_DEFAULT_PK_ALG); 2302 dump_cfg_string(oHostKeyAlias, o->host_key_alias); 2303 dump_cfg_string(oHostbasedKeyTypes, o->hostbased_key_types); 2304 dump_cfg_string(oKbdInteractiveDevice [all...] |
Completed in 150 milliseconds