Searched defs:trust (Results 1 – 15 of 15) sorted by relevance
| /third_party/openssl/crypto/x509/ |
| D | x509_trust.c | 113 int X509_TRUST_set(int *t, int trust) in X509_TRUST_set() 217 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags) in trust_1oidany() 229 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags) in trust_1oid() 240 static int trust_compat(X509_TRUST *trust, X509 *x, int flags) in trust_compat()
|
| D | x509_vfy.c | 817 int trust; in check_trust() local 2212 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust) in X509_STORE_CTX_set_trust() 2232 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() 2996 int trust = X509_TRUST_UNTRUSTED; in build_chain() local
|
| D | x509_local.h | 27 int trust; /* trust setting to check */ member
|
| D | x509_vpm.c | 306 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust) in X509_VERIFY_PARAM_set_trust()
|
| D | v3_purp.c | 153 int X509_PURPOSE_add(int id, int trust, int flags, in X509_PURPOSE_add()
|
| D | x509_lu.c | 816 int X509_STORE_set_trust(X509_STORE *ctx, int trust) in X509_STORE_set_trust()
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| D | x509.h | 104 int trust; member
|
| D | x509v3.h | 405 int trust; /* Default trust ID */ member
|
| /third_party/openssl/include/openssl/ |
| D | x509_vfy.h.in | 77 int trust; member
|
| D | x509v3.h.in | 456 int trust; /* Default trust ID */ member
|
| /third_party/libwebsockets/include/libwebsockets/ |
| D | lws-secure-streams-policy.h | 361 } trust; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
| D | x509v3.c | 2084 struct x509_certificate *cert, *trust; in x509_certificate_chain_validate() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
| D | x509v3.c | 2146 struct x509_certificate *cert, *trust; in x509_certificate_chain_validate() local
|
| /third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
| D | x509.rs | 652 pub trust: c_int, // Default trust ID field
|
| /third_party/openssl/ssl/ |
| D | ssl_lib.c | 954 int SSL_CTX_set_trust(SSL_CTX *s, int trust) in SSL_CTX_set_trust() 959 int SSL_set_trust(SSL *s, int trust) in SSL_set_trust()
|