Home
last modified time | relevance | path

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

12345678910>>...65

/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/libp2p/go-openssl/
H A Dssl.go45 verify_cb VerifyCallback member
56 verify_cb := (*SSL)(p).verify_cb
58 if verify_cb != nil {
60 if verify_cb(ok == 1, store) {
95 func (s *SSL) SetVerify(options VerifyOptions, verify_cb VerifyCallback) {
96 s.verify_cb = verify_cb
97 if verify_cb != nil {
107 s.SetVerify(options, s.verify_cb)
112 func (s *SSL) SetVerifyCallback(verify_cb VerifyCallback) {
113 s.SetVerify(s.VerifyMode(), verify_cb)
[all …]
H A Dctx.go44 verify_cb VerifyCallback member
433 verify_cb := (*Ctx)(p).verify_cb
435 if verify_cb != nil {
437 if verify_cb(ok == 1, store) {
448 func (c *Ctx) SetVerify(options VerifyOptions, verify_cb VerifyCallback) {
449 c.verify_cb = verify_cb
450 if verify_cb != nil {
458 c.SetVerify(options, c.verify_cb)
461 func (c *Ctx) SetVerifyCallback(verify_cb VerifyCallback) {
462 c.SetVerify(c.VerifyMode(), verify_cb)
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/10gen/openssl/
H A Dssl.go45 verify_cb VerifyCallback member
56 verify_cb := (*SSL)(p).verify_cb
58 if verify_cb != nil {
60 if verify_cb(ok == 1, store) {
95 func (s *SSL) SetVerify(options VerifyOptions, verify_cb VerifyCallback) {
96 s.verify_cb = verify_cb
97 if verify_cb != nil {
107 s.SetVerify(options, s.verify_cb)
112 func (s *SSL) SetVerifyCallback(verify_cb VerifyCallback) {
113 s.SetVerify(s.VerifyMode(), verify_cb)
[all …]
H A Dctx.go56 verify_cb VerifyCallback member
636 verify_cb := (*Ctx)(p).verify_cb
638 if verify_cb != nil {
640 if verify_cb(ok == 1, store) {
651 func (c *Ctx) SetVerify(options VerifyOptions, verify_cb VerifyCallback) {
652 c.verify_cb = verify_cb
653 if verify_cb != nil {
661 c.SetVerify(options, c.verify_cb)
664 func (c *Ctx) SetVerifyCallback(verify_cb VerifyCallback) {
665 c.SetVerify(c.VerifyMode(), verify_cb)
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/10gen/openssl/
H A Dssl.go45 verify_cb VerifyCallback member
56 verify_cb := (*SSL)(p).verify_cb
58 if verify_cb != nil {
60 if verify_cb(ok == 1, store) {
95 func (s *SSL) SetVerify(options VerifyOptions, verify_cb VerifyCallback) {
96 s.verify_cb = verify_cb
97 if verify_cb != nil {
107 s.SetVerify(options, s.verify_cb)
112 func (s *SSL) SetVerifyCallback(verify_cb VerifyCallback) {
113 s.SetVerify(s.VerifyMode(), verify_cb)
[all …]
H A Dctx.go56 verify_cb VerifyCallback member
636 verify_cb := (*Ctx)(p).verify_cb
638 if verify_cb != nil {
640 if verify_cb(ok == 1, store) {
651 func (c *Ctx) SetVerify(options VerifyOptions, verify_cb VerifyCallback) {
652 c.verify_cb = verify_cb
653 if verify_cb != nil {
661 c.SetVerify(options, c.verify_cb)
664 func (c *Ctx) SetVerifyCallback(verify_cb VerifyCallback) {
665 c.SetVerify(c.VerifyMode(), verify_cb)
[all …]
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/x509/
H A Dx509_vfy.c113 cb=ctx->verify_cb; in X509_verify_cert()
369 return ctx->verify_cb(0, ctx); in check_issued()
403 cb=ctx->verify_cb; in check_chain_extensions()
547 cb=ctx->verify_cb; in check_trust()
599 ok = ctx->verify_cb(0, ctx); in check_cert()
827 ok = ctx->verify_cb(0, ctx); in cert_crl()
898 if (!ctx->verify_cb(2, ctx)) in check_policy()
959 cb=ctx->verify_cb; in internal_verify()
1389 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
1416 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/x509/
H A Dx509_vfy.c110 cb = ctx->verify_cb; in X509_verify_cert()
367 return ctx->verify_cb(0, ctx); in check_issued()
399 cb = ctx->verify_cb; in check_chain_extensions()
533 cb = ctx->verify_cb; in check_trust()
584 ok = ctx->verify_cb(0, ctx); in check_cert()
800 ok = ctx->verify_cb(0, ctx); in cert_crl()
927 cb = ctx->verify_cb; in internal_verify()
1353 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
1377 if (store && store->verify_cb) in X509_STORE_CTX_init()
1378 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/boringssl-with-bazel/src/crypto/x509/
H A Dx509_vfy.c210 cb = ctx->verify_cb; in X509_verify_cert()
556 return ctx->verify_cb(0, ctx); in check_issued()
584 cb = ctx->verify_cb; in check_chain_extensions()
812 return ctx->verify_cb(0, ctx); in check_id_error()
863 cb = ctx->verify_cb; in check_trust()
1355 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1797 cb = ctx->verify_cb; in internal_verify()
2290 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2309 if (store->verify_cb) in X509_STORE_CTX_init()
2310 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/boringssl-with-bazel/src/crypto/x509/
H A Dx509_vfy.c210 cb = ctx->verify_cb; in X509_verify_cert()
556 return ctx->verify_cb(0, ctx); in check_issued()
584 cb = ctx->verify_cb; in check_chain_extensions()
812 return ctx->verify_cb(0, ctx); in check_id_error()
863 cb = ctx->verify_cb; in check_trust()
1355 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1797 cb = ctx->verify_cb; in internal_verify()
2290 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2309 if (store->verify_cb) in X509_STORE_CTX_init()
2310 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/x509/
H A Dx509_vfy.c214 cb = ctx->verify_cb; in X509_verify_cert()
544 return ctx->verify_cb(0, ctx); in check_issued()
572 cb = ctx->verify_cb; in check_chain_extensions()
751 return ctx->verify_cb(0, ctx); in check_id_error()
799 cb = ctx->verify_cb; in check_trust()
1279 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1721 cb = ctx->verify_cb; in internal_verify()
2266 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2288 if (store && store->verify_cb) in X509_STORE_CTX_init()
2289 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/crypto/x509/
H A Dx509_vfy.c210 cb = ctx->verify_cb; in X509_verify_cert()
579 return ctx->verify_cb(0, ctx); in check_issued()
607 cb = ctx->verify_cb; in check_chain_extensions()
835 return ctx->verify_cb(0, ctx); in check_id_error()
887 cb = ctx->verify_cb; in check_trust()
1390 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1832 cb = ctx->verify_cb; in internal_verify()
2330 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2349 if (store->verify_cb) in X509_STORE_CTX_init()
2350 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/crypto/x509/
H A Dx509_vfy.c208 cb = ctx->verify_cb; in X509_verify_cert()
560 return ctx->verify_cb(0, ctx); in check_issued()
588 cb = ctx->verify_cb; in check_chain_extensions()
816 return ctx->verify_cb(0, ctx); in check_id_error()
868 cb = ctx->verify_cb; in check_trust()
1371 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1813 cb = ctx->verify_cb; in internal_verify()
2309 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2331 if (store && store->verify_cb) in X509_STORE_CTX_init()
2332 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/crypto/x509/
H A Dx509_vfy.c210 cb = ctx->verify_cb; in X509_verify_cert()
579 return ctx->verify_cb(0, ctx); in check_issued()
607 cb = ctx->verify_cb; in check_chain_extensions()
835 return ctx->verify_cb(0, ctx); in check_id_error()
887 cb = ctx->verify_cb; in check_trust()
1390 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1832 cb = ctx->verify_cb; in internal_verify()
2330 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2349 if (store->verify_cb) in X509_STORE_CTX_init()
2350 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/net/quiche/quiche-0.9.0/cargo-crates/boring-sys-1.1.1/deps/boringssl/src/crypto/x509/
H A Dx509_vfy.c210 cb = ctx->verify_cb; in X509_verify_cert()
579 return ctx->verify_cb(0, ctx); in check_issued()
607 cb = ctx->verify_cb; in check_chain_extensions()
835 return ctx->verify_cb(0, ctx); in check_id_error()
887 cb = ctx->verify_cb; in check_trust()
1390 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1832 cb = ctx->verify_cb; in internal_verify()
2330 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2349 if (store->verify_cb) in X509_STORE_CTX_init()
2350 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/x509/
H A Dx509_vfy.c216 cb = ctx->verify_cb; in X509_verify_cert()
569 return ctx->verify_cb(0, ctx); in check_issued()
600 cb = ctx->verify_cb; in check_chain_extensions()
869 return ctx->verify_cb(0, ctx); in check_id_error()
915 cb = ctx->verify_cb; in check_trust()
1408 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1851 cb = ctx->verify_cb; in internal_verify()
2394 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2419 if (store && store->verify_cb) in X509_STORE_CTX_init()
2420 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/x509/
H A Dx509_vfy.c216 cb = ctx->verify_cb; in X509_verify_cert()
569 return ctx->verify_cb(0, ctx); in check_issued()
600 cb = ctx->verify_cb; in check_chain_extensions()
869 return ctx->verify_cb(0, ctx); in check_id_error()
915 cb = ctx->verify_cb; in check_trust()
1408 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1851 cb = ctx->verify_cb; in internal_verify()
2394 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2419 if (store && store->verify_cb) in X509_STORE_CTX_init()
2420 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/security/boringssl/boringssl-6a71840/crypto/x509/
H A Dx509_vfy.c208 cb = ctx->verify_cb; in X509_verify_cert()
560 return ctx->verify_cb(0, ctx); in check_issued()
588 cb = ctx->verify_cb; in check_chain_extensions()
816 return ctx->verify_cb(0, ctx); in check_id_error()
868 cb = ctx->verify_cb; in check_trust()
1371 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1813 cb = ctx->verify_cb; in internal_verify()
2314 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2336 if (store && store->verify_cb) in X509_STORE_CTX_init()
2337 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/x509/
H A Dx509_vfy.c216 cb = ctx->verify_cb; in X509_verify_cert()
569 return ctx->verify_cb(0, ctx); in check_issued()
600 cb = ctx->verify_cb; in check_chain_extensions()
869 return ctx->verify_cb(0, ctx); in check_id_error()
915 cb = ctx->verify_cb; in check_trust()
1408 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1851 cb = ctx->verify_cb; in internal_verify()
2394 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2419 if (store && store->verify_cb) in X509_STORE_CTX_init()
2420 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/x509/
H A Dx509_vfy.c215 cb = ctx->verify_cb; in X509_verify_cert()
568 return ctx->verify_cb(0, ctx); in check_issued()
599 cb = ctx->verify_cb; in check_chain_extensions()
869 return ctx->verify_cb(0, ctx); in check_id_error()
915 cb = ctx->verify_cb; in check_trust()
1408 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
1851 cb = ctx->verify_cb; in internal_verify()
2446 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
2471 if (store && store->verify_cb) in X509_STORE_CTX_init()
2472 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/security/libressl-static/libressl-3.3.5/crypto/x509/
H A Dx509_vfy.c183 return ctx->verify_cb(0, ctx);
254 cb = ctx->verify_cb;
735 return ctx->verify_cb(0, ctx);
768 cb = ctx->verify_cb;
909 if (!ctx->verify_cb(0, ctx))
953 cb = ctx->verify_cb;
1130 if (!ctx->verify_cb(0, ctx))
1138 if (!ctx->verify_cb(0, ctx))
1458 crl_ctx.verify_cb = ctx->verify_cb;
2357 ctx->verify_cb = store->verify_cb;
[all …]
/dports/security/libressl/libressl-3.4.3/crypto/x509/
H A Dx509_vfy.c183 return ctx->verify_cb(0, ctx); in check_id_error()
254 cb = ctx->verify_cb; in X509_verify_cert_legacy_build_chain()
688 return ctx->verify_cb(0, ctx); in check_issued()
721 cb = ctx->verify_cb; in x509_vfy_check_chain_extensions()
862 if (!ctx->verify_cb(0, ctx)) in check_name_constraints()
915 cb = ctx->verify_cb; in check_trust()
1092 if (!ctx->verify_cb(0, ctx)) in check_crl_time()
1100 if (!ctx->verify_cb(0, ctx)) in check_crl_time()
1420 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
2335 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/libressl/crypto/x509/
H A Dx509_vfy.c183 return ctx->verify_cb(0, ctx); in check_id_error()
253 cb = ctx->verify_cb; in X509_verify_cert_legacy_build_chain()
731 return ctx->verify_cb(0, ctx); in check_issued()
764 cb = ctx->verify_cb; in x509_vfy_check_chain_extensions()
905 if (!ctx->verify_cb(0, ctx)) in check_name_constraints()
947 cb = ctx->verify_cb; in check_trust()
1123 if (!ctx->verify_cb(0, ctx)) in check_crl_time()
1131 if (!ctx->verify_cb(0, ctx)) in check_crl_time()
1451 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
2345 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/crypto/x509/
H A Dx509_vfy.c183 return ctx->verify_cb(0, ctx); in check_id_error()
253 cb = ctx->verify_cb; in X509_verify_cert_legacy_build_chain()
731 return ctx->verify_cb(0, ctx); in check_issued()
764 cb = ctx->verify_cb; in x509_vfy_check_chain_extensions()
905 if (!ctx->verify_cb(0, ctx)) in check_name_constraints()
947 cb = ctx->verify_cb; in check_trust()
1123 if (!ctx->verify_cb(0, ctx)) in check_crl_time()
1131 if (!ctx->verify_cb(0, ctx)) in check_crl_time()
1451 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
2345 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]
/dports/www/obhttpd/libressl-3.4.1/crypto/x509/
H A Dx509_vfy.c183 return ctx->verify_cb(0, ctx); in check_id_error()
254 cb = ctx->verify_cb; in X509_verify_cert_legacy_build_chain()
688 return ctx->verify_cb(0, ctx); in check_issued()
721 cb = ctx->verify_cb; in x509_vfy_check_chain_extensions()
862 if (!ctx->verify_cb(0, ctx)) in check_name_constraints()
915 cb = ctx->verify_cb; in check_trust()
1092 if (!ctx->verify_cb(0, ctx)) in check_crl_time()
1100 if (!ctx->verify_cb(0, ctx)) in check_crl_time()
1420 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path()
2331 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init()
[all …]

12345678910>>...65