Searched defs:trust (Results 1 – 13 of 13) sorted by relevance
/onnv-gate/usr/src/common/openssl/crypto/x509/ |
H A D | x509_trs.c | 148 int X509_TRUST_set(int *t, int trust) in X509_TRUST_set() 243 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags) in trust_1oidany() 253 static int trust_1oid(X509_TRUST *trust, X509 *x, int flags) in trust_1oid() 259 static int trust_compat(X509_TRUST *trust, X509 *x, int flags) in trust_compat()
|
H A D | x509_vpm.c | 230 int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust) in X509_VERIFY_PARAM_set_trust()
|
H A D | x509_vfy.c | 1255 int X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust) in X509_STORE_CTX_set_trust() 1271 int purpose, int trust) in X509_STORE_CTX_purpose_inherit()
|
H A D | x509_lu.c | 556 int X509_STORE_set_trust(X509_STORE *ctx, int trust) in X509_STORE_set_trust()
|
H A D | x509_vfy.h | 171 int trust; /* trust setting to check */ member
|
H A D | x509.h | 303 int trust; member
|
/onnv-gate/usr/src/lib/libc/port/gen/ |
H A D | catopen.c | 287 int trust; in file_open() local
|
H A D | nlspath_checks.c | 85 nls_safe_open(const char *path, struct stat64 *statbuf, int *trust, int safe) in nls_safe_open()
|
/onnv-gate/usr/src/cmd/cmd-crypto/pktool/ |
H A D | gencert.c | 414 int keylen, char *trust, in gencert_nss() 581 char *trust = NULL; in pk_gencert() local
|
/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | exec.c | 133 enum trust {TRUSTED, UNTRUSTED}; enum
|
/onnv-gate/usr/src/common/openssl/crypto/x509v3/ |
H A D | v3_purp.c | 170 int X509_PURPOSE_add(int id, int trust, int flags, in X509_PURPOSE_add()
|
H A D | x509v3.h | 408 int trust; /* Default trust ID */ member
|
/onnv-gate/usr/src/common/openssl/ssl/ |
H A D | ssl_lib.c | 426 int SSL_CTX_set_trust(SSL_CTX *s, int trust) in SSL_CTX_set_trust() 431 int SSL_set_trust(SSL *s, int trust) in SSL_set_trust()
|