Searched refs:auth_level (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x509_vpm.c | 94 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()
|
D | x509_local.h | 26 int auth_level; /* Security level for chain verification */ member
|
D | x509_vfy.c | 184 if (ctx->param->auth_level <= 0) in check_auth_level() 3329 int level = ctx->param->auth_level; in check_key_level() 3386 int level = ctx->param->auth_level; in check_sig_level()
|
/third_party/openssl/doc/man3/ |
D | X509_VERIFY_PARAM_set_flags.pod | 50 int auth_level); 116 B<auth_level>.
|
/third_party/openssl/doc/man1/ |
D | smime.pod | 46 [B<-auth_level num>] 330 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
|
D | ocsp.pod | 59 [B<-auth_level num>] 226 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
|
D | ts.pod | 78 [-auth_level num] 391 B<-suiteB_192>, B<-trusted_first>, B<-use_deltas>, B<-auth_level>,
|
D | verify.pod | 45 [B<-auth_level level>] 255 =item B<-auth_level level>
|
D | cms.pod | 63 [B<-auth_level num>] 500 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
|
D | s_server.pod | 125 [B<-auth_level int>] 628 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
|
D | s_client.pod | 66 [B<-auth_level num>] 379 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
|
/third_party/openssl/include/openssl/ |
D | x509_vfy.h | 547 void X509_VERIFY_PARAM_set_auth_level(X509_VERIFY_PARAM *param, int auth_level);
|