Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c499 else if (http->encryption == HTTP_ENCRYPT_REQUIRED && !http->tls) in httpEncryption()
504 if (e == HTTP_ENCRYPT_ALWAYS || e == HTTP_ENCRYPT_REQUIRED) in httpEncryption()
646 else if (http->encryption == HTTP_ENCRYPT_REQUIRED) in httpReconnect()
2050 if (http->encryption == HTTP_ENCRYPT_REQUIRED && !http->tls) in http_send()
H A Dhttp.h165 HTTP_ENCRYPT_REQUIRED, /* Encryption is required (TLS upgrade) */ enumerator
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dservice.c46 return (HTTP_ENCRYPT_REQUIRED); in http_encryption_type()
H A Dipp-support.c601 httpEncryption(svc->connection, HTTP_ENCRYPT_REQUIRED); in ipp_send_request_with_file()