Home | History | Annotate | Download | only in cups

Lines Matching refs:trust

37   http_trust_t	trust;			/* Trust evaluation for connection */
39 *tcreds; /* Credentials from trust store */
41 tinfo[1024]; /* String for trust store credentials */
42 static const char *trusts[] = /* Trust strings */
78 trust = httpCredentialsGetTrust(hcreds, hostname);
83 if (trust == HTTP_TRUST_OK)
84 puts(" Trust: OK");
86 printf(" Trust: %s (%s)\n", trusts[trust], cupsLastErrorString());
107 printf("Trust Store for \"%s\":\n", hostname);