Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h167 HTTP_ENCRYPT_REQUIRED, /* Encryption is required (TLS upgrade) */ enumerator
H A Dhttp.c501 else if (http->encryption == HTTP_ENCRYPT_REQUIRED && !http->tls) in httpEncryption()
506 if (e == HTTP_ENCRYPT_ALWAYS || e == HTTP_ENCRYPT_REQUIRED) in httpEncryption()
648 else if (http->encryption == HTTP_ENCRYPT_REQUIRED) in httpReconnect()
2052 if (http->encryption == HTTP_ENCRYPT_REQUIRED && !http->tls) in http_send()
/titanic_41/usr/src/lib/print/libpapi-ipp/common/
H A Dservice.c51 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()