Searched defs:encryption (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Daccept.c61 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
71 encryption = PAPI_ENCRYPT_ALWAYS;
84 cli_auth_callback, encryption, NULL);
H A Denable.c61 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
71 encryption = PAPI_ENCRYPT_ALWAYS;
84 cli_auth_callback, encryption, NULL);
H A Dlprm.c61 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
71 encryption = PAPI_ENCRYPT_REQUIRED;
86 encryption, NULL);
H A Dreject.c61 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
75 encryption = PAPI_ENCRYPT_ALWAYS;
88 cli_auth_callback, encryption, NULL);
H A Dlpq.c78 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
90 encryption = PAPI_ENCRYPT_REQUIRED;
111 encryption, NULL);
H A Dcancel.c65 cancel_jobs_for_user(char *user, papi_encryption_t encryption, char *pname) { argument
74 cli_auth_callback, encryption, NULL);
88 cli_auth_callback, encryption, NULL);
112 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
127 encryption = PAPI_ENCRYPT_REQUIRED;
144 cli_auth_callback, encryption, NULL);
149 NULL, cli_auth_callback, encryption, NULL);
245 encryption, printer);
252 exit_code = cancel_jobs_for_user(user, encryption, NULL);
H A Ddisable.c92 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
114 encryption = PAPI_ENCRYPT_NEVER;
127 cli_auth_callback, encryption, NULL);
H A Dlp.c70 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
212 encryption = PAPI_ENCRYPT_REQUIRED;
264 encryption, NULL);
H A Dlpmove.c74 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
84 encryption = PAPI_ENCRYPT_REQUIRED;
105 cli_auth_callback, encryption, NULL);
H A Dlpr.c75 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
90 encryption = PAPI_ENCRYPT_REQUIRED;
234 encryption, NULL);
H A Din.lpd.c634 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
651 encryption = PAPI_ENCRYPT_ALWAYS;
722 encryption, NULL);
H A Dlpc.c41 static papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; variable
407 cli_auth_callback, encryption, NULL);
433 encryption, NULL);
549 encryption = PAPI_ENCRYPT_ALWAYS;
H A Dlpstat.c87 lpstat_default_printer(papi_encryption_t encryption) argument
95 encryption, NULL);
114 lpstat_service_status(papi_encryption_t encryption) argument
126 encryption, NULL);
677 int, int), papi_encryption_t encryption,
700 cli_auth_callback, encryption, NULL);
724 report, encryption, verbose,
1029 papi_encryption_t encryption, int show_rank, int verbose)
1042 cli_auth_callback, encryption, NULL);
1059 cli_auth_callback, encryption, NUL
676 printer_query(char *name, int (*report)(papi_service_t, char *, papi_printer_t, int, int), papi_encryption_t encryption, int verbose, int description) argument
1028 job_query(char *request, int (*report)(char *, papi_job_t, int, int), papi_encryption_t encryption, int show_rank, int verbose) argument
1209 service_query(char *name, int (*report)(char *, papi_attribute_t **, int), papi_encryption_t encryption, int verbose) argument
1244 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
[all...]
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dpapi_impl.h61 papi_encryption_t encryption; member in struct:__anon4325
H A Dservice.c209 svc->encryption, svc);
221 papi_encryption_t encryption, void *app_data)
241 svc->encryption = encryption;
356 papiServiceSetEncryption(papi_service_t handle, papi_encryption_t encryption) argument
364 svc->encryption = encryption;
368 result = f(svc->svc_handle, encryption);
483 result = svc->encryption;
218 papiServiceCreate(papi_service_t *handle, char *service_name, char *user_name, char *password, int (*authCB)(papi_service_t svc, void *app_data), papi_encryption_t encryption, void *app_data) argument
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
H A Dpapi_impl.h66 papi_encryption_t encryption; member in struct:__anon4329
H A Dservice.c45 http_encryption_type(papi_encryption_t encryption) argument
47 switch (encryption) {
110 http_encryption_type(svc->encryption));
127 papi_encryption_t encryption, void *app_data)
145 svc->encryption = encryption;
231 papi_encryption_t encryption)
238 svc->encryption = encryption;
240 (http_encryption_t)svc->encryption);
124 papiServiceCreate(papi_service_t *handle, char *service_name, char *user_name, char *password, int (*authCB)(papi_service_t svc, void *app_data), papi_encryption_t encryption, void *app_data) argument
230 papiServiceSetEncryption(papi_service_t handle, papi_encryption_t encryption) argument
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dservice.c77 papi_encryption_t encryption, void *app_data)
96 (void) papiServiceSetEncryption(svc, encryption);
147 papi_encryption_t encryption)
155 "encryption", (int)encryption));
233 "encryption", (int *)&result);
74 papiServiceCreate(papi_service_t *handle, char *service_name, char *user_name, char *password, int (*authCB)(papi_service_t svc, void *app_data), papi_encryption_t encryption, void *app_data) argument
146 papiServiceSetEncryption(papi_service_t handle, papi_encryption_t encryption) argument
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dservice.c44 papi_encryption_t encryption, void *app_data)
75 (void) papiServiceSetEncryption(svc, encryption);
153 papi_encryption_t encryption)
161 "encryption", (int)encryption));
238 "encryption", (int *)&result);
41 papiServiceCreate(papi_service_t *handle, char *service_name, char *user_name, char *password, int (*authCB)(papi_service_t svc, void *app_data), papi_encryption_t encryption, void *app_data) argument
152 papiServiceSetEncryption(papi_service_t handle, papi_encryption_t encryption) argument
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h160 * HTTP encryption values...
325 http_encryption_t encryption; /* Encryption requirements */ member in struct:__anon4296
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c702 wl_encryption_t encryption; local
753 if ((status = do_get_encryption(handle, linkid, &encryption,
754 sizeof (encryption))) != DLADM_STATUS_OK)
759 switch (encryption) {
1306 wl_encryption_t encryption; local
1310 encryption = WL_NOENCRYPTION;
1313 encryption = WL_ENC_WEP;
1320 return (i_dladm_wlan_param(handle, linkid, &encryption,
1321 MAC_PROP_WL_ENCRYPTION, sizeof (encryption), B_TRUE));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c428 {ENCRYPTION, "encryption", do_get_encryption, do_set_encryption, RW},
2635 gettext("bssid\t\t encryption\tlast seen\n"));
2638 (void) printf(gettext("essid\t\t\t\tbssid\t\t encryption"
3148 * linkstauts, essid, encryption and signal strength.
3586 wl_encryption_t encryption; local
3591 (void) memset(&encryption, 0xff, sizeof (encryption));
3594 encryption = WL_NOENCRYPTION;
3596 encryption = WL_ENC_WEP;
3598 (void) fprintf(stderr, gettext("%s: encryption
3668 wl_encryption_t encryption; local
[all...]

Completed in 110 milliseconds