Searched refs:HTTP_ENCRYPT_REQUIRED (Results 1 – 4 of 4) sorted by relevance
167 HTTP_ENCRYPT_REQUIRED, /* Encryption is required (TLS upgrade) */ enumerator
501 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()
51 return (HTTP_ENCRYPT_REQUIRED); in http_encryption_type()
601 httpEncryption(svc->connection, HTTP_ENCRYPT_REQUIRED); in ipp_send_request_with_file()