Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dauth.h96 http_encryption_t encryption; /* To encrypt or not to encrypt... */
109 VAR http_encryption_t DefaultEncryption VALUE(HTTP_ENCRYPT_REQUIRED);
Dtestspeed.c28 http_encryption_t encryption, int requests,
46 http_encryption_t encryption; /* Encryption to use */ in main()
241 http_encryption_t encryption, /* I - Encryption to use */ in do_test()
Dclient.h79 http_encryption_t encryption; /* To encrypt or not to encrypt... */
98 VAR http_encryption_t LocalEncryption VALUE(HTTP_ENCRYPT_IF_REQUESTED);
Dclient.c39 static int cupsd_start_tls(cupsd_client_t *con, http_encryption_t e);
2666 http_encryption_t e) /* I - Encryption mode */ in cupsd_start_tls()
Dipp.c5240 http_encryption_t encryption; /* Type of encryption to use */ in create_local_bg_thread()
/external/libcups/cups/
Dhttp.h144 } http_encryption_t; typedef
458 extern http_t *httpConnectEncrypt(const char *host, int port, http_encryption_t encryption) _CUPS_…
460 extern int httpEncryption(http_t *http, http_encryption_t e) _CUPS_PUBLIC;
552 …(const char *host, int port, http_addrlist_t *addrlist, int family, http_encryption_t encryption, …
571 extern http_encryption_t httpGetEncryption(http_t *http) _CUPS_API_2_0;
Dusersys.c79 http_encryption_t encryption; /* Encryption setting */
130 http_encryption_t /* O - Encryption settings */
136 if (cg->encryption == (http_encryption_t)-1) in cupsEncryption()
297 cupsSetEncryption(http_encryption_t e) /* I - New encryption preference */ in cupsSetEncryption()
1021 if (cg->encryption == (http_encryption_t)-1) in _cupsSetDefaults()
1165 if (cc->encryption == (http_encryption_t)-1) in cups_finalize_client_conf()
1273 cc->encryption = (http_encryption_t)-1; in cups_init_client_conf()
Dhttp-private.h238 http_encryption_t encryption; /* Encryption requirements */
Dcups-private.h169 http_encryption_t encryption; /* Encryption setting */
Dcups.h338 extern http_encryption_t cupsEncryption(void);
376 extern void cupsSetEncryption(http_encryption_t e) _CUPS_PUBLIC;
Dglobals.c201 cg->encryption = (http_encryption_t)-1; in cups_globals_alloc()
Dhttp.c49 http_encryption_t encryption,
432 http_encryption_t encryption, /* I - Type of encryption to use */ in httpConnect2()
480 http_encryption_t encryption) /* I - Type of encryption to use */ in httpConnectEncrypt()
526 http_encryption_t e) /* I - New encryption preference */ in httpEncryption()
899 http_encryption_t /* O - Current encryption mode */
3931 http_encryption_t encryption, /* I - Encryption to use */ in http_create()
Ddest-localization.c340 http_encryption_t encryption; /* Encryption to use */ in cups_create_localizations()
Dtesthttp.c221 http_encryption_t encryption; /* Encryption type */ in main()
Dtestclient.c41 http_encryption_t encryption; /* Use encryption? */
Ddest.c603 http_encryption_t encryption; /* Encryption to use */ in cupsConnectDest()
Dppd-cache.c4921 http_encryption_t encryption; /* Type of encryption to use */ in cups_get_url()
/external/libcups/tools/
Dipptool.c102 http_encryption_t encryption; /* Encryption for connection */
1875 http_encryption_t encryption; /* Encryption mode */ in do_tests()
Dippeveprinter.c2464 http_encryption_t encryption; /* Encryption to use, if any */ in finish_document_uri()
/external/libcups/backend/
Dipp.c62 http_encryption_t encryption; /* Use encryption? */