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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h46 int rsa_authentication; /* Try RSA authentication. */ member in struct:__anon4957
H A Dservconf.h101 int rsa_authentication; /* If true, permit RSA authentication. */ member in struct:__anon4965
H A Dauth1.c70 &options.rsa_authentication, auth1_process_rsa
H A Dservconf.c106 options->rsa_authentication = -1;
238 if (options->rsa_authentication == -1)
239 options->rsa_authentication = 1;
1100 intptr = &options->rsa_authentication;
1821 M_CP_INTOPT(rsa_authentication);
2043 dump_cfg_fmtint(sRSAAuthentication, o->rsa_authentication);
H A Dreadconf.c530 intptr = &options->rsa_authentication;
1254 options->rsa_authentication = -1;
1359 if (options->rsa_authentication == -1)
1360 options->rsa_authentication = 1;
H A Dsshconnect1.c715 options.rsa_authentication) {
H A Dsshd.c2329 if (options.rsa_authentication)
H A Dmonitor.c1596 if (options.rsa_authentication && authctxt->valid) {

Completed in 96 milliseconds