Searched refs:http_sspi_make_credentials (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | tls-sspi.c | 67 static BOOL http_sspi_make_credentials(_http_sspi_t *sspi, const LPWSTR containerName, const char *… 100 …ret = http_sspi_make_credentials(sspi, L"ServerContainer", common_name, _HTTP_MODE_SERVER, (int)(… in cupsMakeServerCredentials() 1358 …if (!http_sspi_make_credentials(http->tls, L"ClientContainer", common_name, _HTTP_MODE_CLIENT, 10)) in http_sspi_client() 1872 http_sspi_make_credentials( in http_sspi_make_credentials() function 2103 …if (!http_sspi_make_credentials(http->tls, L"ServerContainer", common_name, _HTTP_MODE_SERVER, 10)) in http_sspi_server()
|