Searched refs:error_depth (Results 1 – 13 of 13) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x509_vfy.c | 157 depth = ctx->error_depth; in verify_cb_cert() 159 ctx->error_depth = depth; in verify_cb_cert() 224 err = X509_chain_check_suiteb(&ctx->error_depth, NULL, ctx->chain, in verify_chain() 226 CB_FAIL_IF(err != X509_V_OK, ctx, NULL, ctx->error_depth, err); in verify_chain() 923 ctx->error_depth = i; in check_revocation() 936 int cnum = ctx->error_depth; in check_cert() 1266 int cidx = ctx->error_depth; in crl_akid_check() 1530 int cnum = ctx->error_depth; in check_crl() 1749 ctx->error_depth = n; in internal_verify() 1762 ctx->error_depth = n; in internal_verify() [all …]
|
D | v3_asid.c | 723 ctx->error_depth = i; \
|
D | v3_addr.c | 1191 ctx->error_depth = i; \
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
D | x509_vfy.c | 157 depth = ctx->error_depth; in verify_cb_cert() 159 ctx->error_depth = depth; in verify_cb_cert() 224 err = X509_chain_check_suiteb(&ctx->error_depth, NULL, ctx->chain, in verify_chain() 226 CB_FAIL_IF(err != X509_V_OK, ctx, NULL, ctx->error_depth, err); in verify_chain() 923 ctx->error_depth = i; in check_revocation() 936 int cnum = ctx->error_depth; in check_cert() 1266 int cidx = ctx->error_depth; in crl_akid_check() 1530 int cnum = ctx->error_depth; in check_crl() 1749 ctx->error_depth = n; in internal_verify() 1762 ctx->error_depth = n; in internal_verify() [all …]
|
D | v3_asid.c | 737 ctx->error_depth = i; \
|
D | v3_addr.c | 1195 ctx->error_depth = i; \
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | x509.h | 241 int error_depth; member
|
/third_party/openssl/util/ |
D | check-format-test-negatives.c | 320 { (ctx)->error_depth = (depth); }
|
/third_party/node/deps/openssl/openssl/util/ |
D | check-format-test-negatives.c | 320 { (ctx)->error_depth = (depth); }
|
/third_party/openssl/include/crypto/ |
D | x509.h | 264 int error_depth; member
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | x509.h | 264 int error_depth; member
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | connector.rs | 437 if !preverify_ok || x509_ctx.error_depth() != 0 {
|
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
D | mod.rs | 194 pub fn error_depth(&self) -> u32 { in error_depth() method
|