Home
last modified time | relevance | path

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

/external/libcups/cups/
Dtestcreds.c63 …if ((http = httpConnect2(hostname, port, NULL, AF_UNSPEC, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL))… in main()
Dhttp.h136 HTTP_ENCRYPTION_ALWAYS /* Always encrypt (SSL) */ enumerator
142 # define HTTP_ENCRYPT_ALWAYS HTTP_ENCRYPTION_ALWAYS
Ddest-localization.c393 encryption = HTTP_ENCRYPTION_ALWAYS; in cups_create_localizations()
Dtlscheck.c167 http = httpConnect2(server, port, NULL, af, HTTP_ENCRYPTION_ALWAYS, 1, 30000, NULL); in main()
Dtesthttp.c650 encryption = HTTP_ENCRYPTION_ALWAYS; in main()
Dhttp.c538 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()
Dtestclient.c233 data.encryption = HTTP_ENCRYPTION_ALWAYS; in main()
Dusersys.c1443 cc->encryption = HTTP_ENCRYPTION_ALWAYS; in cups_set_encryption()
Dtestppd.c1084 …pConnect2(host, port, NULL, AF_UNSPEC, !strcmp(scheme, "ipps") ? HTTP_ENCRYPTION_ALWAYS : HTTP_ENC… in main()
Ddest.c719 encryption = HTTP_ENCRYPTION_ALWAYS; in cupsConnectDest()
Dppd-cache.c4930 encryption = HTTP_ENCRYPTION_ALWAYS; in cups_get_url()
/external/libcups/scheduler/
Dclient.c361 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()
Dipp.c5266 encryption = HTTP_ENCRYPTION_ALWAYS; in create_local_bg_thread()
/external/libcups/tools/
Dippfind.c2259 HTTP_ENCRYPTION_ALWAYS : in list_service()
2358 HTTP_ENCRYPTION_ALWAYS : in list_service()
Dippeveprinter.c2598 encryption = HTTP_ENCRYPTION_ALWAYS; in finish_document_uri()
5586 if (httpEncryption(client->http, HTTP_ENCRYPTION_ALWAYS)) in process_client()
Dipptool.c1883 encryption = HTTP_ENCRYPTION_ALWAYS; in do_tests()
/external/libcups/systemv/
Dlpadmin.c1213 …http = httpConnect2(host, port, NULL, AF_UNSPEC, !strcmp(scheme, "ipps") ? HTTP_ENCRYPTION_ALWAYS in get_printer_ppd()
/external/libcups/backend/
Dipp.c419 cupsSetEncryption(HTTP_ENCRYPTION_ALWAYS); in main()
508 cupsSetEncryption(HTTP_ENCRYPTION_ALWAYS); in main()
/external/libcups/cgi-bin/
Dadmin.c3783 …http = httpConnect2(host, port, NULL, AF_UNSPEC, !strcmp(scheme, "ipps") ? HTTP_ENCRYPTION_ALWAYS in get_printer_ppd()