Lines Matching refs:tcreds
603 cups_array_t *tcreds = NULL; /* Trusted credentials */ in httpCredentialsGetTrust() local
627 httpLoadCredentials(NULL, &tcreds, common_name); in httpCredentialsGetTrust()
629 if (tcreds) in httpCredentialsGetTrust()
635 httpCredentialsString(tcreds, tcreds_str, sizeof(tcreds_str)); in httpCredentialsGetTrust()
654 else if (httpCredentialsGetExpiration(credentials) <= httpCredentialsGetExpiration(tcreds)) in httpCredentialsGetTrust()
674 else if (httpCredentialsGetExpiration(tcreds) < time(NULL)) in httpCredentialsGetTrust()
686 httpFreeCredentials(tcreds); in httpCredentialsGetTrust()
699 if (!httpLoadCredentials(NULL, &tcreds, "site")) in httpCredentialsGetTrust()
701 if (cupsArrayCount(credentials) != (cupsArrayCount(tcreds) + 1)) in httpCredentialsGetTrust()
717 …for (a = (http_credential_t *)cupsArrayFirst(tcreds), b = (http_credential_t *)cupsArrayIndex(cred… in httpCredentialsGetTrust()
719 …a = (http_credential_t *)cupsArrayNext(tcreds), b = (http_credential_t *)cupsArrayNext(credentials… in httpCredentialsGetTrust()