Home
last modified time | relevance | path

Searched refs:tcreds_str (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dtls-gnutls.c464 tcreds_str[1024]; /* String for saved credentials */ in httpCredentialsGetTrust() local
467 httpCredentialsString(tcreds, tcreds_str, sizeof(tcreds_str)); in httpCredentialsGetTrust()
469 if (strcmp(credentials_str, tcreds_str)) in httpCredentialsGetTrust()
Dtls-darwin.c632 tcreds_str[1024]; /* String for saved credentials */ in httpCredentialsGetTrust() local
635 httpCredentialsString(tcreds, tcreds_str, sizeof(tcreds_str)); in httpCredentialsGetTrust()
637 if (strcmp(credentials_str, tcreds_str)) in httpCredentialsGetTrust()