Searched defs:trust (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcatopen.c287 int trust; local
289 fd = nls_safe_open(name, &statbuf, &trust, safe);
317 tmp_catd->__trust = trust;
H A Dnlspath_checks.c79 * The trust return value contains an indication of
85 nls_safe_open(const char *path, struct stat64 *statbuf, int *trust, int safe) argument
97 * set trust_path and trust the file as an initial value.
99 trust_path = *trust = safe || nlspath_safe;
115 * Don't trust files writable by other or writable
117 * Don't trust these files even if the path is correct.
158 * has been set, trust the file as long as it belongs to
161 if (!*trust && systemdir) {
162 *trust = 1;
174 if (*trust
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgencert.c414 int keylen, char *trust,
546 if (trust != NULL) {
548 trust, strlen(trust));
581 char *trust = NULL; local
612 "r:(trust)L:(lifetime)l:(label)c:(outcert)e:(eku)"
679 if (trust)
681 trust = optarg_av;
929 trust, ltime, &serial, kubits, kucrit, &tokencred,
408 gencert_nss(KMF_HANDLE_T kmfhandle, char *token, char *subject, char *altname, KMF_GENERALNAMECHOICES alttype, int altcrit, char *nickname, char *dir, char *prefix, KMF_KEY_ALG keyAlg, KMF_ALGORITHM_INDEX sigAlg, int keylen, char *trust, uint32_t ltime, KMF_BIGINT *serial, uint16_t kubits, int kucrit, KMF_CREDENTIAL *tokencred, EKU_LIST *ekulist, KMF_OID *curveoid) argument
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c133 enum trust {TRUSTED, UNTRUSTED}; enum
135 static char *arg_string(enum trust type, char *fmt, ...) __PRINTFLIKE(2);
139 arg_string(enum trust type, char *fmt, ...)

Completed in 65 milliseconds