Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtls-gnutls.c1335 int have_creds = 0; /* Have credentials? */ in _httpTLSStart() local
1417 have_creds = !access(crtfile, R_OK) && !access(keyfile, R_OK); in _httpTLSStart()
1464 have_creds = !access(crtfile, R_OK) && !access(keyfile, R_OK); in _httpTLSStart()
1467 if (!have_creds && tls_auto_create && (hostname[0] || tls_common_name)) in _httpTLSStart()