Home
last modified time | relevance | path

Searched refs:rsa_authentication (Results 1 – 8 of 8) sorted by relevance

/external/openssh/
Dreadconf.h42 int rsa_authentication; /* Try RSA authentication. */ member
Dservconf.h103 int rsa_authentication; /* If true, permit RSA authentication. */ member
Dservconf.c113 options->rsa_authentication = -1; in initialize_server_options()
260 if (options->rsa_authentication == -1) in fill_default_server_options()
261 options->rsa_authentication = 1; in fill_default_server_options()
1142 intptr = &options->rsa_authentication; in process_server_config_line()
1889 M_CP_INTOPT(rsa_authentication); in copy_set_server_options()
2130 dump_cfg_fmtint(sRSAAuthentication, o->rsa_authentication); in dump_config()
Dauth1.c73 &options.rsa_authentication, auth1_process_rsa
Dreadconf.c876 intptr = &options->rsa_authentication; in process_config_line()
1600 options->rsa_authentication = -1; in initialize_options()
1723 if (options->rsa_authentication == -1) in fill_default_options()
1724 options->rsa_authentication = 1; in fill_default_options()
2278 dump_cfg_fmtint(oRSAAuthentication, o->rsa_authentication); in dump_client_config()
Dsshconnect1.c731 options.rsa_authentication) { in ssh_userauth1()
Dmonitor.c1656 if (options.rsa_authentication && authctxt->valid) { in mm_answer_rsa_keyallowed()
Dsshd.c2387 if (options.rsa_authentication)