| /third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
| H A D | x509_vfy.h | 148 /* This is used for a table of trust checking functions */ 150 int trust; member 185 /* standard trust ids */ 202 /* No compat trust if self-signed, preempts "DO_SS" */ 204 /* Compat trust if no explicit accepted trust EKUs */ 206 /* Accept "anyEKU" as a wildcard rejection OID and as a wildcard trust OID */ 214 int X509_TRUST_set(int *t, int trust); 233 int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *, 506 int X509_STORE_set_trust(X509_STORE *ctx, int trust); [all...] |
| /third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
| H A D | x509_vfy.h | 148 /* This is used for a table of trust checking functions */ 150 int trust; member 185 /* standard trust ids */ 202 /* No compat trust if self-signed, preempts "DO_SS" */ 204 /* Compat trust if no explicit accepted trust EKUs */ 206 /* Accept "anyEKU" as a wildcard rejection OID and as a wildcard trust OID */ 214 int X509_TRUST_set(int *t, int trust); 233 int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *, 506 int X509_STORE_set_trust(X509_STORE *ctx, int trust); [all...] |
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/checker/ |
| H A D | bundle_checker.h | 26 bool SetTrustInfo(const CheckerManager::Trust &trust) override;
|
| H A D | system_checker.h | 27 bool SetTrustInfo(const CheckerManager::Trust &trust) override;
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
| H A D | checker_mock.cpp | 38 bool CheckerMock::SetTrustInfo(const CheckerManager::Trust &trust) in SetTrustInfo() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| H A D | x509v3.c | 2084 struct x509_certificate *cert, *trust; in x509_certificate_chain_validate() local 2156 for (trust = trusted; trust; trust = trust->next) { in x509_certificate_chain_validate() 2157 if (x509_name_compare(&cert->issuer, &trust->subject) in x509_certificate_chain_validate() 2162 if (trust) { in x509_certificate_chain_validate() 2165 if (x509_valid_issuer(trust) < 0) { in x509_certificate_chain_validate() 2170 if (x509_certificate_check_signature(trust, cert) < 0) in x509_certificate_chain_validate()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| H A D | x509v3.c | 2146 struct x509_certificate *cert, *trust; in x509_certificate_chain_validate() local 2218 for (trust = trusted; trust; trust = trust->next) { in x509_certificate_chain_validate() 2219 if (x509_name_compare(&cert->issuer, &trust->subject) in x509_certificate_chain_validate() 2224 if (trust) { in x509_certificate_chain_validate() 2227 if (x509_valid_issuer(trust) < 0) { in x509_certificate_chain_validate() 2232 if (x509_certificate_check_signature(trust, cert) < 0) in x509_certificate_chain_validate()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/checker/ |
| H A D | checker_manager.h | 43 virtual bool SetTrustInfo(const Trust &trust) = 0;
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | v3_purp.c | 153 int X509_PURPOSE_add(int id, int trust, int flags, in X509_PURPOSE_add() argument 162 /* This will always be set for application modified trust entries */ in X509_PURPOSE_add() 194 ptmp->trust = trust; in X509_PURPOSE_add() 256 return xp->trust; in X509_PURPOSE_get_trust()
|
| H A D | x509_local.h | 27 int trust; /* trust setting to check */ member
|
| H A D | x509_lu.c | 816 int X509_STORE_set_trust(X509_STORE *ctx, int trust) in X509_STORE_set_trust() argument 818 return X509_VERIFY_PARAM_set_trust(ctx->param, trust); in X509_STORE_set_trust()
|
| /third_party/openssl/crypto/x509/ |
| H A D | v3_purp.c | 153 int X509_PURPOSE_add(int id, int trust, int flags, in X509_PURPOSE_add() argument 162 /* This will always be set for application modified trust entries */ in X509_PURPOSE_add() 194 ptmp->trust = trust; in X509_PURPOSE_add() 256 return xp->trust; in X509_PURPOSE_get_trust()
|
| H A D | x509_local.h | 27 int trust; /* trust setting to check */ member
|
| H A D | x509_lu.c | 816 int X509_STORE_set_trust(X509_STORE *ctx, int trust) in X509_STORE_set_trust() argument 818 return X509_VERIFY_PARAM_set_trust(ctx->param, trust); in X509_STORE_set_trust()
|
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-secure-streams-policy.h | 347 * We're either a client connection policy that wants a trust store, 362 } trust; member
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
| H A D | x509_vfy.rs | 52 pub fn X509_STORE_set_trust(ctx: *mut X509_STORE, trust: c_int) -> c_int; in X509_STORE_set_trust()
|
| H A D | types.rs | 398 pub trust: c_int, 411 pub trust: c_int, 424 pub trust: c_int,
|
| /third_party/openssl/ohos_lite/include/crypto/ |
| H A D | x509.h | 139 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member
|
| /third_party/node/deps/openssl/openssl/include/crypto/ |
| H A D | x509.h | 153 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member
|
| /third_party/openssl/include/crypto/ |
| H A D | x509.h | 153 STACK_OF(ASN1_OBJECT) *trust; /* trusted uses */ member
|
| /third_party/libwebsockets/lib/secure-streams/ |
| H A D | policy-json.c | 367 lwsl_err("%s: at least one cert required in trust store\n", in lws_ss_policy_parser_cb() 556 lwsl_err("%s: trust store too big\n", __func__); in lws_ss_policy_parser_cb() 559 lwsl_debug("%s: trust stores stack %.*s\n", __func__, in lws_ss_policy_parser_cb() 572 lwsl_err("%s: unknown trust store entry %s\n", __func__, in lws_ss_policy_parser_cb() 612 a->curr[LTY_POLICY].p->trust.server.cert = x; in lws_ss_policy_parser_cb() 614 a->curr[LTY_POLICY].p->trust.server.key = x; in lws_ss_policy_parser_cb() 850 a->curr[LTY_POLICY].p->trust.store = ts; in lws_ss_policy_parser_cb() 856 lwsl_err("%s: unknown trust store name %s\n", __func__, in lws_ss_policy_parser_cb()
|
| /third_party/python/Lib/ |
| H A D | ssl.py | 580 for cert, encoding, trust in enum_certificates(storename): 583 if trust is True or purpose.oid in trust:
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| H A D | x509.h | 101 /* This is used for a table of trust checking functions */ 104 int trust; member 114 /* standard trust ids */ 134 /* No compat trust if self-signed, preempts "DO_SS" */ 136 /* Compat trust if no explicit accepted trust EKUs */ 138 /* Accept "anyEKU" as a wildcard trust OID */ 581 int (*X509_TRUST_set_default(int (*trust) (int, X509 *, int))) (int, X509 *, 583 int X509_TRUST_set(int *t, int trust);
|
| H A D | x509v3.h | 405 int trust; /* Default trust ID */ member 672 int X509_PURPOSE_add(int id, int trust, int flags,
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/ |
| H A D | static-policy.h | 1346 .trust = {.store = &_ss_ts_mqtt_amz_iot}, 1363 .trust = {.store = &_ss_ts_mqtt_amz_iot}, 1379 .trust = {.store = &_ss_ts_le_via_isrg}, 1395 .trust = {.store = &_ss_ts_le_via_isrg}, 1411 .trust = {.store = &_ss_ts_le_via_isrg}, 1429 .trust = {.store = &_ss_ts_le_via_isrg}, 1451 .trust = {.store = &_ss_ts_avs_via_starfield}, 1474 .trust = {.store = &_ss_ts_avs_via_starfield}, 1494 .trust = {.store = &_ss_ts_avs_via_starfield}, 1510 .trust [all...] |