Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vpm.c94 param->auth_level = -1; /* -1 means unset, 0 is explicit */ in X509_VERIFY_PARAM_new()
175 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()
492 return param->auth_level; in X509_VERIFY_PARAM_get_auth_level()
H A Dx509_local.h29 int auth_level; /* Security level for chain verification */ member
H A Dx509_vfy.c188 if (ctx->param->auth_level <= 0) in check_auth_level()
3383 int level = ctx->param->auth_level; in check_key_level()
3440 int level = ctx->param->auth_level; in check_sig_level()
/freebsd/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/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/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/crypto/openssl/doc/man3/
H A DX509_VERIFY_PARAM_set_flags.pod52 int auth_level);
122 B<auth_level>.
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h809 void X509_VERIFY_PARAM_set_auth_level(X509_VERIFY_PARAM *param, int auth_level);
H A Dx509_vfy.h.in712 void X509_VERIFY_PARAM_set_auth_level(X509_VERIFY_PARAM *param, int auth_level);
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-verification-options.pod363 =item B<-auth_level> I<level>
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod2450 be set using L<X509_VERIFY_PARAM_set_auth_level(3)> or using the B<-auth_level>