Home
last modified time | relevance | path

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

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