Lines Matching refs:tcreds
605 cups_array_t *tcreds = NULL; /* Trusted credentials */ in httpCredentialsGetTrust() local
629 httpLoadCredentials(NULL, &tcreds, common_name); in httpCredentialsGetTrust()
631 if (tcreds) in httpCredentialsGetTrust()
637 httpCredentialsString(tcreds, tcreds_str, sizeof(tcreds_str)); in httpCredentialsGetTrust()
656 else if (httpCredentialsGetExpiration(credentials) <= httpCredentialsGetExpiration(tcreds)) in httpCredentialsGetTrust()
676 else if (httpCredentialsGetExpiration(tcreds) < time(NULL)) in httpCredentialsGetTrust()
688 httpFreeCredentials(tcreds); in httpCredentialsGetTrust()
701 if (!httpLoadCredentials(NULL, &tcreds, "site")) in httpCredentialsGetTrust()
703 if (cupsArrayCount(credentials) != (cupsArrayCount(tcreds) + 1)) in httpCredentialsGetTrust()
719 …for (a = (http_credential_t *)cupsArrayFirst(tcreds), b = (http_credential_t *)cupsArrayIndex(cred… in httpCredentialsGetTrust()
721 …a = (http_credential_t *)cupsArrayNext(tcreds), b = (http_credential_t *)cupsArrayNext(credentials… in httpCredentialsGetTrust()