Searched refs:crtfile (Results 1 – 2 of 2) sorted by relevance
/external/libcups/cups/ |
D | tls-gnutls.c | 72 crtfile[1024], /* Certificate filename */ in cupsMakeServerCredentials() local 98 http_gnutls_make_path(crtfile, sizeof(crtfile), path, common_name, "crt"); in cupsMakeServerCredentials() 201 else if ((fp = cupsFileOpen(crtfile, "w")) != NULL) in cupsMakeServerCredentials() 203 …intf(("1cupsMakeServerCredentials: Writing public key and X.509 certificate to \"%s\".", crtfile)); in cupsMakeServerCredentials() 209 …als: Unable to create public key and X.509 certificate file \"%s\": %s", crtfile, strerror(errno))… in cupsMakeServerCredentials() 1351 char crtfile[1024], /* Certificate file */ in _httpTLSStart() local 1396 http_gnutls_make_path(crtfile, sizeof(crtfile), tls_keypath, hostname, "crt"); in _httpTLSStart() 1399 if (access(crtfile, R_OK) || access(keyfile, R_OK)) in _httpTLSStart() 1430 strlcpy(crtfile, cacrtfile, sizeof(crtfile)); in _httpTLSStart() 1435 have_creds = !access(crtfile, R_OK) && !access(keyfile, R_OK); in _httpTLSStart() [all …]
|
D | tls-boringssl.c | 89 crtfile[1024], /* Certificate filename */ in cupsMakeServerCredentials() local
|