Lines Matching refs:tls_credentials
1471 http->tls_credentials = http_cdsa_copy_server(hostname); in _httpTLSStart()
1473 http->tls_credentials = http_cdsa_copy_server(tls_common_name); in _httpTLSStart()
1475 if (!http->tls_credentials && tls_auto_create && (hostname[0] || tls_common_name)) in _httpTLSStart()
1489 http->tls_credentials = http_cdsa_copy_server(hostname[0] ? hostname : tls_common_name); in _httpTLSStart()
1492 if (!http->tls_credentials) in _httpTLSStart()
1502 error = SSLSetCertificate(http->tls, http->tls_credentials); in _httpTLSStart()
1507 DEBUG_printf(("4_httpTLSStart: tls_credentials=%p", (void *)http->tls_credentials)); in _httpTLSStart()
1734 if (http->tls_credentials) in _httpTLSStop()
1735 CFRelease(http->tls_credentials); in _httpTLSStop()
1738 http->tls_credentials = NULL; in _httpTLSStop()
2191 if ((credentials = http->tls_credentials) == NULL) in http_cdsa_set_credentials()
2192 credentials = cg->tls_credentials; in http_cdsa_set_credentials()