Lines Matching refs:DEBUG_printf
106 …DEBUG_printf(("cupsMakeServerCredentials(path=\"%s\", common_name=\"%s\", num_alt_names=%d, alt_na… in cupsMakeServerCredentials()
150 DEBUG_printf(("1cupsMakeServerCredentials: Unable to generate key pair: %d.", (int)err)); in cupsMakeServerCredentials()
215 … DEBUG_printf(("1cupsMakeServerCredentials: Unable to add identity to keychain: %d.", (int)err)); in cupsMakeServerCredentials()
246 DEBUG_printf(("1cupsMakeServerCredentials: Returning %d.", status)); in cupsMakeServerCredentials()
264 …DEBUG_printf(("cupsMakeServerCredentials(path=\"%s\", common_name=\"%s\", num_alt_names=%d, alt_na… in cupsMakeServerCredentials()
368 …DEBUG_printf(("cupsSetServerCredentials(path=\"%s\", common_name=\"%s\", auto_create=%d)", path, c… in cupsSetServerCredentials()
444 DEBUG_printf(("httpCopyCredentials(http=%p, credentials=%p)", (void *)http, (void *)credentials)); in httpCopyCredentials()
454 …DEBUG_printf(("2httpCopyCredentials: Peer provided %d certificates.", (int)SecTrustGetCertificateC… in httpCopyCredentials()
472 DEBUG_printf(("2httpCopyCredentials: Certificate %d name is \"%s\".", i, name)); in httpCopyCredentials()
477 …DEBUG_printf(("2httpCopyCredentials: Adding %d byte certificate blob.", (int)CFDataGetLength(data)… in httpCopyCredentials()
798 …DEBUG_printf(("httpCredentialsString(credentials=%p, buffer=%p, bufsize=" CUPS_LLFMT ")", (void *)… in httpCredentialsString()
831 DEBUG_printf(("1httpCredentialsString: Returning \"%s\".", buffer)); in httpCredentialsString()
879 …DEBUG_printf(("httpLoadCredentials(path=\"%s\", credentials=%p, common_name=\"%s\")", path, (void … in httpLoadCredentials()
940 …DEBUG_printf(("1httpLoadCredentials: Adding %d byte certificate blob.", (int)CFDataGetLength(data)… in httpLoadCredentials()
963 DEBUG_printf(("1httpLoadCredentials: Returning %d.", *credentials ? 0 : -1)); in httpLoadCredentials()
992 …DEBUG_printf(("httpSaveCredentials(path=\"%s\", credentials=%p, common_name=\"%s\")", path, (void … in httpSaveCredentials()
1040 DEBUG_printf(("1httpSaveCredentials: SecItemAdd returned %d.", (int)err)); in httpSaveCredentials()
1051 DEBUG_printf(("1httpSaveCredentials: Returning %d.", ret)); in httpSaveCredentials()
1102 DEBUG_printf(("6_httpTLSRead: error=%d, processed=%d", (int)error, in _httpTLSRead()
1176 DEBUG_printf(("3_httpTLSStart(http=%p)", (void *)http)); in _httpTLSStart()
1182 …DEBUG_printf(("4_httpTLSStart: tls_options=%x, tls_min_version=%d, tls_max_version=%d", tls_option… in _httpTLSStart()
1208 DEBUG_printf(("4_httpTLSStart: SSLSetConnection, error=%d", (int)error)); in _httpTLSStart()
1213 DEBUG_printf(("4_httpTLSStart: SSLSetIOFuncs, error=%d", (int)error)); in _httpTLSStart()
1220 DEBUG_printf(("4_httpTLSStart: SSLSetSessionOption, error=%d", (int)error)); in _httpTLSStart()
1237 …DEBUG_printf(("4_httpTLSStart: SSLSetProtocolVersionMin(%d), error=%d", protocols[tls_min_version]… in _httpTLSStart()
1243 …DEBUG_printf(("4_httpTLSStart: SSLSetProtocolVersionMax(%d), error=%d", protocols[tls_max_version]… in _httpTLSStart()
1260 DEBUG_printf(("4_httpTLSStart: %d cipher suites supported.", (int)num_supported)); in _httpTLSStart()
1312 DEBUG_printf(("4_httpTLSStart: Excluding insecure cipher suite %d", supported[i])); in _httpTLSStart()
1328 DEBUG_printf(("4_httpTLSStart: Excluding RC4 cipher suite %d", supported[i])); in _httpTLSStart()
1358 DEBUG_printf(("4_httpTLSStart: Excluding CBC cipher suite %d", supported[i])); in _httpTLSStart()
1375 DEBUG_printf(("4_httpTLSStart: Excluding DH/DHE cipher suite %d", supported[i])); in _httpTLSStart()
1392 DEBUG_printf(("4_httpTLSStart: Excluding CBC cipher suite %d", supported[i])); in _httpTLSStart()
1403 DEBUG_printf(("4_httpTLSStart: %d cipher suites enabled.", (int)num_enabled)); in _httpTLSStart()
1419 DEBUG_printf(("4_httpTLSStart: kSSLSessionOptionBreakOnCertRequested, " in _httpTLSStart()
1425 DEBUG_printf(("4_httpTLSStart: http_cdsa_set_credentials, error=%d", in _httpTLSStart()
1455 DEBUG_printf(("4_httpTLSStart: Unable to get socket address: %s", strerror(errno))); in _httpTLSStart()
1463 DEBUG_printf(("4_httpTLSStart: Resolved socket address to \"%s\".", hostname)); in _httpTLSStart()
1477 …DEBUG_printf(("4_httpTLSStart: Auto-create credentials for \"%s\".", hostname[0] ? hostname : tls_… in _httpTLSStart()
1504 DEBUG_printf(("4_httpTLSStart: SSLSetCertificate, error=%d", (int)error)); in _httpTLSStart()
1507 DEBUG_printf(("4_httpTLSStart: tls_credentials=%p", (void *)http->tls_credentials)); in _httpTLSStart()
1538 DEBUG_printf(("4_httpTLSStart: SSLSetPeerDomainName, error=%d", (int)error)); in _httpTLSStart()
1570 DEBUG_printf(("4_httpTLSStart: SSLHandshake returned %d.", (int)error)); in _httpTLSStart()
1595 DEBUG_printf(("4_httpTLSStart: Server certificate callback " in _httpTLSStart()
1638 DEBUG_printf(("4_httpTLSStart: Client certificate callback " in _httpTLSStart()
1756 DEBUG_printf(("2_httpTLSWrite(http=%p, buf=%p, len=%d)", (void *)http, (void *)buf, len)); in _httpTLSWrite()
1792 DEBUG_printf(("3_httpTLSWrite: Returning %d.", (int)result)); in _httpTLSWrite()
1820 DEBUG_printf(("3http_cdsa_copy_server(common_name=\"%s\")", common_name)); in http_cdsa_copy_server()
1870 DEBUG_printf(("4http_cdsa_copy_server: SecItemCopyMatching failed with status %d.", (int)err)); in http_cdsa_copy_server()
1899 DEBUG_printf(("4http_cdsa_copy_server: Returning %p.", (void *)certificates)); in http_cdsa_copy_server()
1952 DEBUG_printf(("1http_cdsa_default_path: Using default path \"%s\".", buffer)); in http_cdsa_default_path()
2032 …DEBUG_printf(("4http_cdsa_open_keychain: Unable to open keychain (%d), returning NULL.", (int)err)… in http_cdsa_open_keychain()
2090 …DEBUG_printf(("4http_cdsa_open_system_keychain: Unable to open keychain (%d), returning NULL.", (i… in http_cdsa_open_system_keychain()
2185 DEBUG_printf(("7http_tls_set_credentials(%p)", (void *)http)); in http_cdsa_set_credentials()
2197 DEBUG_printf(("4http_tls_set_credentials: SSLSetCertificate, error=%d", in http_cdsa_set_credentials()