Searched defs:trust (Results 1 – 9 of 9) sorted by relevance
/openssl/crypto/x509/ |
H A D | x509_trust.c | 116 int X509_TRUST_set(int *t, int trust) in X509_TRUST_set() 216 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags) in trust_1oidany() 228 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags) in trust_1oid() 239 static int trust_compat(X509_TRUST *trust, X509 *x, int flags) in trust_compat()
|
H A D | x509_local.h | 27 int trust; /* trust setting to check */ member
|
H A D | x509_vfy.c | 915 int trust; in check_trust() local 2349 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust) in X509_STORE_CTX_set_trust() 2369 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() 3247 int trust = X509_TRUST_UNTRUSTED; in build_chain() local
|
H A D | x509_vpm.c | 304 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust) in X509_VERIFY_PARAM_set_trust()
|
H A D | v3_purp.c | 159 int X509_PURPOSE_add(int id, int trust, int flags, in X509_PURPOSE_add()
|
H A D | x509_lu.c | 797 int X509_STORE_set_trust(X509_STORE *xs, int trust) in X509_STORE_set_trust()
|
/openssl/include/openssl/ |
H A D | x509_vfy.h.in | 77 int trust; member
|
H A D | x509v3.h.in | 468 int trust; /* Default trust ID */ member
|
/openssl/ssl/ |
H A D | ssl_lib.c | 1086 int SSL_CTX_set_trust(SSL_CTX *s, int trust) in SSL_CTX_set_trust() 1091 int SSL_set_trust(SSL *s, int trust) in SSL_set_trust()
|
Completed in 53 milliseconds