Home | History | Annotate | Download | only in cups

Lines Matching defs:trust

240  * 'httpCredentialsGetTrust()' - Return the trust of credentials.
245 http_trust_t /* O - Level of trust */
248 const char *common_name) /* I - Common name for trust lookup */
250 http_trust_t trust = HTTP_TRUST_OK; /* Level of trust */
276 trust = HTTP_TRUST_INVALID;
280 return (trust);