Lines Matching refs:tcreds
432 cups_array_t *tcreds = NULL; /* Trusted credentials */ in httpCredentialsGetTrust() local
459 httpLoadCredentials(NULL, &tcreds, common_name); in httpCredentialsGetTrust()
461 if (tcreds) in httpCredentialsGetTrust()
467 httpCredentialsString(tcreds, tcreds_str, sizeof(tcreds_str)); in httpCredentialsGetTrust()
486 else if (httpCredentialsGetExpiration(credentials) <= httpCredentialsGetExpiration(tcreds)) in httpCredentialsGetTrust()
506 else if (httpCredentialsGetExpiration(tcreds) < time(NULL)) in httpCredentialsGetTrust()
518 httpFreeCredentials(tcreds); in httpCredentialsGetTrust()
531 if (!httpLoadCredentials(NULL, &tcreds, "site")) in httpCredentialsGetTrust()
533 if (cupsArrayCount(credentials) != (cupsArrayCount(tcreds) + 1)) in httpCredentialsGetTrust()
549 …for (a = (http_credential_t *)cupsArrayFirst(tcreds), b = (http_credential_t *)cupsArrayIndex(cred… in httpCredentialsGetTrust()
551 …a = (http_credential_t *)cupsArrayNext(tcreds), b = (http_credential_t *)cupsArrayNext(credentials… in httpCredentialsGetTrust()