Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtls-gnutls.c463 char credentials_str[1024], /* String for incoming credentials */ in httpCredentialsGetTrust() local
466 httpCredentialsString(credentials, credentials_str, sizeof(credentials_str)); in httpCredentialsGetTrust()
469 if (strcmp(credentials_str, tcreds_str)) in httpCredentialsGetTrust()
Dtls-darwin.c631 char credentials_str[1024], /* String for incoming credentials */ in httpCredentialsGetTrust() local
634 httpCredentialsString(credentials, credentials_str, sizeof(credentials_str)); in httpCredentialsGetTrust()
637 if (strcmp(credentials_str, tcreds_str)) in httpCredentialsGetTrust()