Searched refs:HTTP_ENCRYPTION_ALWAYS (Results 1 – 19 of 19) sorted by relevance
/external/libcups/cups/ |
D | testcreds.c | 63 …if ((http = httpConnect2(hostname, port, NULL, AF_UNSPEC, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL))… in main()
|
D | http.h | 136 HTTP_ENCRYPTION_ALWAYS /* Always encrypt (SSL) */ enumerator 142 # define HTTP_ENCRYPT_ALWAYS HTTP_ENCRYPTION_ALWAYS
|
D | dest-localization.c | 393 encryption = HTTP_ENCRYPTION_ALWAYS; in cups_create_localizations()
|
D | tlscheck.c | 167 http = httpConnect2(server, port, NULL, af, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL); in main()
|
D | testhttp.c | 650 encryption = HTTP_ENCRYPTION_ALWAYS; in main()
|
D | http.c | 538 if ((http->encryption == HTTP_ENCRYPTION_ALWAYS && !http->tls) || in httpEncryption() 558 if (e == HTTP_ENCRYPTION_ALWAYS || e == HTTP_ENCRYPTION_REQUIRED) in httpEncryption() 2415 if (http->encryption == HTTP_ENCRYPTION_ALWAYS) in httpReconnect2() 3996 http->encryption = HTTP_ENCRYPTION_ALWAYS; in http_create()
|
D | testclient.c | 233 data.encryption = HTTP_ENCRYPTION_ALWAYS; in main()
|
D | usersys.c | 1443 cc->encryption = HTTP_ENCRYPTION_ALWAYS; in cups_set_encryption()
|
D | testppd.c | 1084 …pConnect2(host, port, NULL, AF_UNSPEC, !strcmp(scheme, "ipps") ? HTTP_ENCRYPTION_ALWAYS : HTTP_ENC… in main()
|
D | dest.c | 719 encryption = HTTP_ENCRYPTION_ALWAYS; in cupsConnectDest()
|
D | ppd-cache.c | 4930 encryption = HTTP_ENCRYPTION_ALWAYS; in cups_get_url()
|
/external/libcups/scheduler/ |
D | client.c | 361 if (lis->encryption == HTTP_ENCRYPTION_ALWAYS) in cupsdAcceptClient() 367 if (cupsd_start_tls(con, HTTP_ENCRYPTION_ALWAYS)) in cupsdAcceptClient() 610 if (cupsd_start_tls(con, HTTP_ENCRYPTION_ALWAYS)) in cupsdReadClient()
|
D | ipp.c | 5266 encryption = HTTP_ENCRYPTION_ALWAYS; in create_local_bg_thread()
|
/external/libcups/tools/ |
D | ippfind.c | 2259 HTTP_ENCRYPTION_ALWAYS : in list_service() 2358 HTTP_ENCRYPTION_ALWAYS : in list_service()
|
D | ippeveprinter.c | 2598 encryption = HTTP_ENCRYPTION_ALWAYS; in finish_document_uri() 5586 if (httpEncryption(client->http, HTTP_ENCRYPTION_ALWAYS)) in process_client()
|
D | ipptool.c | 1883 encryption = HTTP_ENCRYPTION_ALWAYS; in do_tests()
|
/external/libcups/systemv/ |
D | lpadmin.c | 1213 …http = httpConnect2(host, port, NULL, AF_UNSPEC, !strcmp(scheme, "ipps") ? HTTP_ENCRYPTION_ALWAYS … in get_printer_ppd()
|
/external/libcups/backend/ |
D | ipp.c | 419 cupsSetEncryption(HTTP_ENCRYPTION_ALWAYS); in main() 508 cupsSetEncryption(HTTP_ENCRYPTION_ALWAYS); in main()
|
/external/libcups/cgi-bin/ |
D | admin.c | 3783 …http = httpConnect2(host, port, NULL, AF_UNSPEC, !strcmp(scheme, "ipps") ? HTTP_ENCRYPTION_ALWAYS … in get_printer_ppd()
|