Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dtestspeed.c78 encryption = HTTP_ENCRYPT_REQUIRED; in main()
159 if (encryption == HTTP_ENCRYPT_REQUIRED) in main()
Dauth.h109 VAR http_encryption_t DefaultEncryption VALUE(HTTP_ENCRYPT_REQUIRED);
Dtestsub.c70 cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); in main()
Dconf.c710 DefaultEncryption = HTTP_ENCRYPT_REQUIRED; in cupsdReadConfiguration()
2079 loc->encryption = HTTP_ENCRYPT_REQUIRED; in parse_aaa()
2082 loc->encryption = HTTP_ENCRYPT_REQUIRED; in parse_aaa()
3221 DefaultEncryption = HTTP_ENCRYPT_REQUIRED; in read_cupsd_conf()
Dauth.c1637 if ((best->encryption >= HTTP_ENCRYPT_REQUIRED && !con->http->tls && in cupsdIsAuthorized()
/external/libcups/systemv/
Dcancel.c80 cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); in main()
83 httpEncryption(http, HTTP_ENCRYPT_REQUIRED); in main()
Dlpmove.c66 cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); in main()
Dcupsaccept.c93 cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); in main()
Dcupsctl.c133 cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); in main()
Dlpinfo.c190 cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); in main()
Dlpoptions.c135 cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); in main()
Dlp.c96 cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); in main()
Dlpstat.c88 cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); in main()
/external/libcups/berkeley/
Dlpq.c81 cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); in main()
84 httpEncryption(http, HTTP_ENCRYPT_REQUIRED); in main()
Dlprm.c69 cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); in main()
Dlpr.c72 cupsSetEncryption(HTTP_ENCRYPT_REQUIRED); in main()
/external/libcups/cups/
Dhttp.h141 # define HTTP_ENCRYPT_REQUIRED HTTP_ENCRYPTION_REQUIRED macro
/external/libcups/tools/
Dipptool.c314 data.encryption = HTTP_ENCRYPT_REQUIRED; in main()