Home
last modified time | relevance | path

Searched refs:verify_cb (Results 1 – 25 of 86) sorted by relevance

1234

/third_party/node/deps/openssl/openssl/crypto/x509/
Dx509_vfy.c163 return ctx->verify_cb(0, ctx); in verify_cb_cert()
180 return ctx->verify_cb(0, ctx); in verify_cb_crl()
1335 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1679 return ctx->verify_cb(0, ctx); in check_policy()
1694 if (!ctx->verify_cb(2, ctx)) in check_policy()
1840 if (!ctx->verify_cb(1, ctx)) in internal_verify()
2369 if (store != NULL && store->verify_cb != NULL) in X509_STORE_CTX_init()
2370 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2372 ctx->verify_cb = null_callback; in X509_STORE_CTX_init()
2530 X509_STORE_CTX_verify_cb verify_cb) in X509_STORE_CTX_set_verify_cb() argument
[all …]
Dx509_lu.c842 X509_STORE_CTX_verify_cb verify_cb) in X509_STORE_set_verify_cb() argument
844 ctx->verify_cb = verify_cb; in X509_STORE_set_verify_cb()
849 return ctx->verify_cb; in X509_STORE_get_verify_cb()
Dv3_asid.c725 ret = ctx->verify_cb(0, ctx); \
746 || !ossl_assert(ctx == NULL || ctx->verify_cb != NULL)) { in asid_validate_path_internal()
873 || ctx->verify_cb == NULL) { in X509v3_asid_validate_path()
Dx509_local.h125 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); member
Dv3_addr.c1193 rv = ctx->verify_cb(0, ctx); \
1219 || !ossl_assert(ctx == NULL || ctx->verify_cb != NULL)) { in addr_validate_path_internal()
1334 || ctx->verify_cb == NULL) { in X509v3_addr_validate_path()
/third_party/openssl/crypto/x509/
Dx509_vfy.c163 return ctx->verify_cb(0, ctx); in verify_cb_cert()
180 return ctx->verify_cb(0, ctx); in verify_cb_crl()
1335 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1679 return ctx->verify_cb(0, ctx); in check_policy()
1694 if (!ctx->verify_cb(2, ctx)) in check_policy()
1840 if (!ctx->verify_cb(1, ctx)) in internal_verify()
2369 if (store != NULL && store->verify_cb != NULL) in X509_STORE_CTX_init()
2370 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2372 ctx->verify_cb = null_callback; in X509_STORE_CTX_init()
2530 X509_STORE_CTX_verify_cb verify_cb) in X509_STORE_CTX_set_verify_cb() argument
[all …]
Dx509_lu.c842 X509_STORE_CTX_verify_cb verify_cb) in X509_STORE_set_verify_cb() argument
844 ctx->verify_cb = verify_cb; in X509_STORE_set_verify_cb()
849 return ctx->verify_cb; in X509_STORE_get_verify_cb()
Dv3_asid.c725 ret = ctx->verify_cb(0, ctx); \
746 || !ossl_assert(ctx == NULL || ctx->verify_cb != NULL)) { in asid_validate_path_internal()
873 || ctx->verify_cb == NULL) { in X509v3_asid_validate_path()
Dx509_local.h125 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); member
Dv3_addr.c1193 rv = ctx->verify_cb(0, ctx); \
1219 || !ossl_assert(ctx == NULL || ctx->verify_cb != NULL)) { in addr_validate_path_internal()
1334 || ctx->verify_cb == NULL) { in X509v3_addr_validate_path()
/third_party/openssl/doc/man3/
DSSL_CTX_dane_enable.pod197 int (*verify_cb)(int ok, X509_STORE_CTX *sctx) = NULL;
264 /* Optionally set verify_cb to a suitable non-NULL callback. */
265 SSL_set_verify(ssl, SSL_VERIFY_NONE, verify_cb);
269 /* Optionally set verify_cb to a suitable non-NULL callback. */
279 SSL_set_verify(ssl, SSL_VERIFY_PEER, verify_cb);
DX509_STORE_set_verify_cb_func.pod62 X509_STORE_CTX_verify_cb verify_cb);
117 X509_STORE_CTX_verify_cb verify_cb);
126 I<verify_cb> overwriting the previous callback.
DX509_STORE_CTX_set_verify_cb.pod31 X509_STORE_CTX_verify_cb verify_cb);
47 B<verify_cb> overwriting any existing callback.
/third_party/openssl/ohos_lite/include/crypto/
Dx509.h211 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); member
/third_party/openssl/apps/
Dts.c77 static int verify_cb(int ok, X509_STORE_CTX *ctx);
983 X509_STORE_set_verify_cb(cert_ctx, verify_cb); in create_cert_store()
1031 static int verify_cb(int ok, X509_STORE_CTX *ctx) in verify_cb() function
/third_party/node/deps/openssl/openssl/apps/
Dts.c77 static int verify_cb(int ok, X509_STORE_CTX *ctx);
983 X509_STORE_set_verify_cb(cert_ctx, verify_cb); in create_cert_store()
1031 static int verify_cb(int ok, X509_STORE_CTX *ctx) in verify_cb() function
/third_party/openssl/util/
Dcheck-format-test-negatives.c305 return ctx->verify_cb(0, ctx); in verify_cb_crl()
/third_party/node/deps/openssl/openssl/util/
Dcheck-format-test-negatives.c305 return ctx->verify_cb(0, ctx); in verify_cb_crl()
/third_party/node/deps/openssl/openssl/include/crypto/
Dx509.h231 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); member
/third_party/openssl/include/crypto/
Dx509.h231 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); member
/third_party/python/Modules/
D_ssl.c860 int (*verify_cb)(int, X509_STORE_CTX *) = NULL; in newPySSLSocket() local
861 verify_cb = SSL_get_verify_callback(self->ssl); in newPySSLSocket()
863 SSL_set_verify(self->ssl, mode, verify_cb); in newPySSLSocket()
2940 int (*verify_cb)(int, X509_STORE_CTX *) = NULL; in _set_verify_mode() local
2962 verify_cb = SSL_CTX_get_verify_callback(self->ctx); in _set_verify_mode()
2963 SSL_CTX_set_verify(self->ctx, mode, verify_cb); in _set_verify_mode()
/third_party/openssl/ohos_lite/include/openssl/
Dx509_vfy.h293 X509_STORE_CTX_verify_cb verify_cb);
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs360 verify_cb: Option<extern "C" fn(ok: c_int, ctx: *mut X509_STORE_CTX) -> c_int>,
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
Dx509_vfy.h517 X509_STORE_CTX_verify_cb verify_cb);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
Dx509_vfy.h517 X509_STORE_CTX_verify_cb verify_cb);

1234