Home
last modified time | relevance | path

Searched refs:auth_level (Results 1 – 21 of 21) sorted by relevance

/freebsd-12.1/crypto/openssl/crypto/x509/
H A Dx509_vpm.c94 param->auth_level = -1; /* -1 means unset, 0 is explicit */ in X509_VERIFY_PARAM_new()
182 x509_verify_param_copy(auth_level, -1); in X509_VERIFY_PARAM_inherit()
316 void X509_VERIFY_PARAM_set_auth_level(X509_VERIFY_PARAM *param, int auth_level) in X509_VERIFY_PARAM_set_auth_level() argument
318 param->auth_level = auth_level; in X509_VERIFY_PARAM_set_auth_level()
458 return param->auth_level; in X509_VERIFY_PARAM_get_auth_level()
H A Dx509_lcl.h26 int auth_level; /* Security level for chain verification */ member
H A Dx509_vfy.c183 if (ctx->param->auth_level <= 0) in check_auth_level()
3237 int level = ctx->param->auth_level; in check_key_level()
3268 int level = ctx->param->auth_level; in check_sig_level()
/freebsd-12.1/contrib/telnet/telnetd/
H A Dtelnetd.c51 int auth_level = 0; variable
173 auth_level = 0; in main()
175 auth_level = AUTH_OTHER; in main()
177 auth_level = AUTH_USER; in main()
179 auth_level = AUTH_VALID; in main()
184 auth_level = -1; in main()
479 if (auth_level >= 0) { in getterminaltype()
H A Dext.h56 extern int auth_level;
H A Dsys_term.c930 if (autologin < auth_level) { in startslave()
1001 if ((auth_level < 0) || (autologin != AUTH_VALID)) in start_login()
1036 if (auth_level >= 0 && autologin == AUTH_VALID) { in start_login()
H A Dstate.c552 if (auth_level >= 0) { in willoption()
/freebsd-12.1/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c51 int auth_level = 0; variable
194 auth_level = 0; in main()
196 auth_level = 0; in main()
199 auth_level = AUTH_OTHER; in main()
201 auth_level = AUTH_USER; in main()
203 auth_level = AUTH_VALID; in main()
208 auth_level = -1; in main()
H A Dext.h54 extern int auth_level;
H A Dsys_term.c1120 if (autologin < auth_level) { in startslave()
1341 if (auth_level < 0 || autologin != AUTH_VALID) { in start_login()
1357 if (auth_level >= 0 && autologin == AUTH_VALID) in start_login()
/freebsd-12.1/crypto/heimdal/appl/login/
H A Dlogin.c246 static char *auth_level = NULL; variable
249 { NULL, 'a', arg_string, &auth_level, "authentication mode" },
671 if(auth_level && strcmp(auth_level, "otp") == 0 && in main()
/freebsd-12.1/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c100 static int auth_level = 0; /* Only allow kerberos login by default */ variable
287 auth_level = parse_auth_level(auth_string); in main()
492 if(auth_level == 0 && !sec_complete){ in user()
510 if ((auth_level & AUTH_FTP) == 0 || in user()
536 if((auth_level & AUTH_PLAIN) == 0 && !sec_complete){ in user()
589 if ((auth_level & AUTH_OTP) == 0) { in user()
896 else if((auth_level & AUTH_OTP) == 0) { in pass()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DX509_VERIFY_PARAM_set_flags.pod50 int auth_level);
115 B<auth_level>.
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dsmime.pod46 [B<-auth_level num>]
330 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
H A Docsp.pod59 [B<-auth_level num>]
226 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
H A Dverify.pod45 [B<-auth_level level>]
252 =item B<-auth_level level>
H A Dts.pod78 [-auth_level num]
391 B<-suiteB_192>, B<-trusted_first>, B<-use_deltas>, B<-auth_level>,
H A Dcms.pod63 [B<-auth_level num>]
500 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
H A Ds_server.pod125 [B<-auth_level int>]
628 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
H A Ds_client.pod66 [B<-auth_level num>]
379 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dx509_vfy.h543 void X509_VERIFY_PARAM_set_auth_level(X509_VERIFY_PARAM *param, int auth_level);