Lines Matching refs:http_gnutls_make_path
48 static const char *http_gnutls_make_path(char *buffer, size_t bufsize, const char *dirname, const c…
96 http_gnutls_make_path(crtfile, sizeof(crtfile), path, common_name, "crt"); in cupsMakeServerCredentials()
97 http_gnutls_make_path(keyfile, sizeof(keyfile), path, common_name, "key"); in cupsMakeServerCredentials()
707 http_gnutls_make_path(filename, sizeof(filename), path, common_name, "crt"); in httpLoadCredentials()
836 http_gnutls_make_path(filename, sizeof(filename), path, common_name, "crt"); in httpSaveCredentials()
967 http_gnutls_make_path(filename, sizeof(filename), CUPS_SERVERROOT, "site", "crl"); in http_gnutls_load_crl()
1046 http_gnutls_make_path( in http_gnutls_make_path() function
1377 http_gnutls_make_path(crtfile, sizeof(crtfile), tls_keypath, hostname, "crt"); in _httpTLSStart()
1378 http_gnutls_make_path(keyfile, sizeof(keyfile), tls_keypath, hostname, "key"); in _httpTLSStart()
1424 http_gnutls_make_path(crtfile, sizeof(crtfile), tls_keypath, tls_common_name, "crt"); in _httpTLSStart()
1425 http_gnutls_make_path(keyfile, sizeof(keyfile), tls_keypath, tls_common_name, "key"); in _httpTLSStart()