Home
last modified time | relevance | path

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

/third_party/openssl/crypto/x509/
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()
Dx509_local.h26 int auth_level; /* Security level for chain verification */ member
Dx509_vfy.c184 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/
DX509_VERIFY_PARAM_set_flags.pod50 int auth_level);
116 B<auth_level>.
/third_party/openssl/doc/man1/
Dsmime.pod46 [B<-auth_level num>]
330 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
Docsp.pod59 [B<-auth_level num>]
226 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
Dts.pod78 [-auth_level num]
391 B<-suiteB_192>, B<-trusted_first>, B<-use_deltas>, B<-auth_level>,
Dverify.pod45 [B<-auth_level level>]
255 =item B<-auth_level level>
Dcms.pod63 [B<-auth_level num>]
500 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
Ds_server.pod125 [B<-auth_level int>]
628 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
Ds_client.pod66 [B<-auth_level num>]
379 B<-auth_level>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>,
/third_party/openssl/include/openssl/
Dx509_vfy.h547 void X509_VERIFY_PARAM_set_auth_level(X509_VERIFY_PARAM *param, int auth_level);