Home
last modified time | relevance | path

Searched refs:http_gnutls_make_path (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dtls-gnutls.c45 static const char *http_gnutls_make_path(char *buffer, size_t bufsize, const char *dirname, const c…
93 http_gnutls_make_path(crtfile, sizeof(crtfile), path, common_name, "crt"); in cupsMakeServerCredentials()
94 http_gnutls_make_path(keyfile, sizeof(keyfile), path, common_name, "key"); in cupsMakeServerCredentials()
735 http_gnutls_make_path(filename, sizeof(filename), path, common_name, "crt"); in httpLoadCredentials()
864 http_gnutls_make_path(filename, sizeof(filename), path, common_name, "crt"); in httpSaveCredentials()
996 http_gnutls_make_path(filename, sizeof(filename), CUPS_SERVERROOT, "site", "crl"); in http_gnutls_load_crl()
1075 http_gnutls_make_path( in http_gnutls_make_path() function
1413 http_gnutls_make_path(crtfile, sizeof(crtfile), tls_keypath, hostname, "crt"); in _httpTLSStart()
1414 http_gnutls_make_path(keyfile, sizeof(keyfile), tls_keypath, hostname, "key"); in _httpTLSStart()
1460 http_gnutls_make_path(crtfile, sizeof(crtfile), tls_keypath, tls_common_name, "crt"); in _httpTLSStart()
[all …]