Lines Matching refs:tls_credentials
1529 http->tls_credentials = http_cdsa_copy_server(hostname); in _httpTLSStart()
1531 http->tls_credentials = http_cdsa_copy_server(tls_common_name); in _httpTLSStart()
1533 if (!http->tls_credentials && tls_auto_create && (hostname[0] || tls_common_name)) in _httpTLSStart()
1547 http->tls_credentials = http_cdsa_copy_server(hostname[0] ? hostname : tls_common_name); in _httpTLSStart()
1550 if (!http->tls_credentials) in _httpTLSStart()
1560 error = SSLSetCertificate(http->tls, http->tls_credentials); in _httpTLSStart()
1565 DEBUG_printf(("4_httpTLSStart: tls_credentials=%p", (void *)http->tls_credentials)); in _httpTLSStart()
1794 if (http->tls_credentials) in _httpTLSStop()
1795 CFRelease(http->tls_credentials); in _httpTLSStop()
1798 http->tls_credentials = NULL; in _httpTLSStop()
2260 if ((credentials = http->tls_credentials) == NULL) in http_cdsa_set_credentials()
2261 credentials = cg->tls_credentials; in http_cdsa_set_credentials()