Home
last modified time | relevance | path

Searched refs:HTTP_ENCRYPTION_REQUIRED (Results 1 – 7 of 7) sorted by relevance

/external/libcups/cups/
Dgetputfile.c147 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in cupsGetFd()
426 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in cupsPutFd()
Drequest.c443 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in cupsGetResponse()
644 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED)) in cupsSendRequest()
846 if (httpEncryption(http, HTTP_ENCRYPTION_REQUIRED)) in cupsSendRequest()
Dgetdevices.c144 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in cupsGetDevices()
Dtesthttp.c747 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in main()
840 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in main()
Dhttp.h140 HTTP_ENCRYPTION_REQUIRED, /* Encryption is required (TLS upgrade) */ enumerator
146 # define HTTP_ENCRYPT_REQUIRED HTTP_ENCRYPTION_REQUIRED
Dhttp.c553 else if (http->encryption == HTTP_ENCRYPTION_REQUIRED && !http->tls) in httpEncryption()
570 if (e == HTTP_ENCRYPTION_ALWAYS || e == HTTP_ENCRYPTION_REQUIRED) in httpEncryption()
2454 else if (http->encryption == HTTP_ENCRYPTION_REQUIRED && !http->tls_upgrade) in httpReconnect2()
4364 if (http->encryption == HTTP_ENCRYPTION_REQUIRED && !http->tls) in http_send()
Dusersys.c1291 cc->encryption = HTTP_ENCRYPTION_REQUIRED; in cups_set_encryption()