Searched refs:HTTP_ENCRYPTION_REQUIRED (Results 1 – 7 of 7) sorted by relevance
147 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in cupsGetFd()426 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in cupsPutFd()
443 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in cupsGetResponse()644 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED)) in cupsSendRequest()846 if (httpEncryption(http, HTTP_ENCRYPTION_REQUIRED)) in cupsSendRequest()
144 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in cupsGetDevices()
747 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in main()840 httpEncryption(http, HTTP_ENCRYPTION_REQUIRED); in main()
140 HTTP_ENCRYPTION_REQUIRED, /* Encryption is required (TLS upgrade) */ enumerator146 # define HTTP_ENCRYPT_REQUIRED HTTP_ENCRYPTION_REQUIRED
553 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()
1291 cc->encryption = HTTP_ENCRYPTION_REQUIRED; in cups_set_encryption()