Searched refs:http_encryption_t (Results 1 – 20 of 20) sorted by relevance
/external/libcups/scheduler/ |
D | auth.h | 96 http_encryption_t encryption; /* To encrypt or not to encrypt... */ 109 VAR http_encryption_t DefaultEncryption VALUE(HTTP_ENCRYPT_REQUIRED);
|
D | testspeed.c | 28 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()
|
D | client.h | 79 http_encryption_t encryption; /* To encrypt or not to encrypt... */ 98 VAR http_encryption_t LocalEncryption VALUE(HTTP_ENCRYPT_IF_REQUESTED);
|
D | client.c | 39 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()
|
D | ipp.c | 5240 http_encryption_t encryption; /* Type of encryption to use */ in create_local_bg_thread()
|
/external/libcups/cups/ |
D | http.h | 144 } 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;
|
D | usersys.c | 79 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()
|
D | http-private.h | 238 http_encryption_t encryption; /* Encryption requirements */
|
D | cups-private.h | 169 http_encryption_t encryption; /* Encryption setting */
|
D | cups.h | 338 extern http_encryption_t cupsEncryption(void); 376 extern void cupsSetEncryption(http_encryption_t e) _CUPS_PUBLIC;
|
D | globals.c | 201 cg->encryption = (http_encryption_t)-1; in cups_globals_alloc()
|
D | http.c | 49 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()
|
D | dest-localization.c | 340 http_encryption_t encryption; /* Encryption to use */ in cups_create_localizations()
|
D | testhttp.c | 221 http_encryption_t encryption; /* Encryption type */ in main()
|
D | testclient.c | 41 http_encryption_t encryption; /* Use encryption? */
|
D | dest.c | 603 http_encryption_t encryption; /* Encryption to use */ in cupsConnectDest()
|
D | ppd-cache.c | 4921 http_encryption_t encryption; /* Type of encryption to use */ in cups_get_url()
|
/external/libcups/tools/ |
D | ipptool.c | 102 http_encryption_t encryption; /* Encryption for connection */ 1875 http_encryption_t encryption; /* Encryption mode */ in do_tests()
|
D | ippeveprinter.c | 2464 http_encryption_t encryption; /* Encryption to use, if any */ in finish_document_uri()
|
/external/libcups/backend/ |
D | ipp.c | 62 http_encryption_t encryption; /* Use encryption? */
|