Home
last modified time | relevance | path

Searched refs:auth_level (Results 1 – 11 of 11) 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()
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()
489 return param->auth_level; in X509_VERIFY_PARAM_get_auth_level()
Dx509_local.h29 int auth_level; /* Security level for chain verification */ member
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()
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dverify.rs178 pub fn auth_level(&self) -> i32 { in auth_level() method
Dtests.rs806 assert_eq!(param.auth_level(), auth_lvl_default); in test_verify_param_auth_level()
809 assert_eq!(param.auth_level(), auth_lvl); in test_verify_param_auth_level()
/third_party/openssl/doc/man3/
DX509_VERIFY_PARAM_set_flags.pod52 int auth_level);
121 B<auth_level>.
/third_party/openssl/ohos_lite/include/openssl/
Dx509_vfy.h547 void X509_VERIFY_PARAM_set_auth_level(X509_VERIFY_PARAM *param, int auth_level);
/third_party/openssl/include/openssl/
Dx509_vfy.h.in712 void X509_VERIFY_PARAM_set_auth_level(X509_VERIFY_PARAM *param, int auth_level);
/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md28 * Added `X509VerifyParamRef::set_auth_level`, `X509VerifyParamRef::auth_level`, and `X509VerifyPara…
/third_party/openssl/doc/man1/
Dopenssl-verification-options.pod363 =item B<-auth_level> I<level>
/third_party/openssl/doc/man7/
Dmigration_guide.pod2401 be set using L<X509_VERIFY_PARAM_set_auth_level(3)> or using the B<-auth_level>