Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcups/cups/
H A Dtls-darwin.c33 static int tls_auto_create = 0; variable
395 tls_auto_create = auto_create; in cupsSetServerCredentials()
410 tls_auto_create = auto_create; in cupsSetServerCredentials()
1533 if (!http->tls_credentials && tls_auto_create && (hostname[0] || tls_common_name)) in _httpTLSStart()
H A Dtls-gnutls.c24 static int tls_auto_create = 0; variable
301 tls_auto_create = auto_create; in cupsSetServerCredentials()
1502 if (!have_creds && tls_auto_create && (hostname[0] || tls_common_name)) in _httpTLSStart()