Searched refs:tls_keypath (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | tls-gnutls.c | 34 static char *tls_keypath = NULL; variable 272 if (tls_keypath) in cupsSetServerCredentials() 273 _cupsStrFree(tls_keypath); in cupsSetServerCredentials() 282 tls_keypath = _cupsStrAlloc(path); in cupsSetServerCredentials() 1277 if (http->mode == _HTTP_MODE_SERVER && !tls_keypath) in _httpTLSStart() 1396 http_gnutls_make_path(crtfile, sizeof(crtfile), tls_keypath, hostname, "crt"); in _httpTLSStart() 1397 http_gnutls_make_path(keyfile, sizeof(keyfile), tls_keypath, hostname, "key"); in _httpTLSStart() 1443 http_gnutls_make_path(crtfile, sizeof(crtfile), tls_keypath, tls_common_name, "crt"); in _httpTLSStart() 1444 http_gnutls_make_path(keyfile, sizeof(keyfile), tls_keypath, tls_common_name, "key"); in _httpTLSStart() 1489 …if (!cupsMakeServerCredentials(tls_keypath, hostname[0] ? hostname : tls_common_name, 0, NULL, tim… in _httpTLSStart()
|
D | tls-boringssl.c | 30 static char *tls_keypath = NULL; variable 345 if (http->mode == _HTTP_MODE_SERVER && !tls_keypath) in _httpTLSStart()
|
D | tls-darwin.c | 52 static char *tls_keypath = NULL; variable 389 if (tls_keypath) in cupsSetServerCredentials() 390 _cupsStrFree(tls_keypath); in cupsSetServerCredentials() 400 tls_keypath = _cupsStrAlloc(filename); in cupsSetServerCredentials() 1479 …if (!cupsMakeServerCredentials(tls_keypath, hostname[0] ? hostname : tls_common_name, 0, NULL, tim… in _httpTLSStart()
|