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.h167 HTTP_ENCRYPT_REQUIRED, /* Encryption is required (TLS upgrade) */ enumerator in enum:__anon4291
H A Dhttp.c501 else if (http->encryption == HTTP_ENCRYPT_REQUIRED && !http->tls)
506 if (e == HTTP_ENCRYPT_ALWAYS || e == HTTP_ENCRYPT_REQUIRED)
648 else if (http->encryption == HTTP_ENCRYPT_REQUIRED)
2052 if (http->encryption == HTTP_ENCRYPT_REQUIRED && !http->tls)
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dservice.c51 return (HTTP_ENCRYPT_REQUIRED);
H A Dipp-support.c601 httpEncryption(svc->connection, HTTP_ENCRYPT_REQUIRED);

Completed in 65 milliseconds