Searched defs:trust (Results 1 – 9 of 9) sorted by relevance
/openssl-master/crypto/x509/ |
A 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()
|
A D | x509_local.h | 27 int trust; /* trust setting to check */ member
|
A D | x509_vfy.c | 819 int trust; in check_trust() local 2206 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust) in X509_STORE_CTX_set_trust() 2226 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() 2995 int trust = X509_TRUST_UNTRUSTED; in build_chain() local
|
A D | x509_vpm.c | 308 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust) in X509_VERIFY_PARAM_set_trust()
|
A D | v3_purp.c | 153 int X509_PURPOSE_add(int id, int trust, int flags, in X509_PURPOSE_add()
|
A D | x509_lu.c | 798 int X509_STORE_set_trust(X509_STORE *ctx, int trust) in X509_STORE_set_trust()
|
/openssl-master/include/openssl/ |
A D | x509_vfy.h.in | 77 int trust; member
|
A D | x509v3.h.in | 456 int trust; /* Default trust ID */ member
|
/openssl-master/ssl/ |
A 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()
|
Completed in 33 milliseconds