Home
last modified time | relevance | path

Searched refs:http_encryption_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h167 } http_encryption_t; typedef
323 http_encryption_t encryption; /* Encryption requirements */
350 http_encryption_t encrypt);
352 extern int httpEncryption(http_t *http, http_encryption_t e);
H A Dhttp.c357 http_encryption_t encrypt; /* Type of encryption to use */ in httpConnect()
380 http_encryption_t encrypt) in httpConnectEncrypt()
486 http_encryption_t e) /* I - New encryption preference */ in httpEncryption()
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dservice.c39 http_encryption_t
235 (http_encryption_t)svc->encryption); in papiServiceSetEncryption()