Searched refs:auth_level (Results 1 – 8 of 8) sorted by relevance
94 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() argument318 param->auth_level = auth_level; in X509_VERIFY_PARAM_set_auth_level()492 return param->auth_level; in X509_VERIFY_PARAM_get_auth_level()
29 int auth_level; /* Security level for chain verification */ member
188 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()
191 auth_level = 0; in main()193 auth_level = AUTH_OTHER; in main()195 auth_level = AUTH_USER; in main()197 auth_level = AUTH_VALID; in main()202 auth_level = -1; in main()496 if (auth_level >= 0) { in getterminaltype()
74 int auth_level; variable
59 extern int auth_level;
535 if (autologin < auth_level) { in startslave()635 if (auth_level >= 0 && autologin == AUTH_VALID) { in start_login()
552 if (auth_level >= 0) { in willoption()