Searched refs:encryption (Results 1 - 25 of 29) sorted by relevance

12

/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 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...]
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 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 Dlp.c70 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
212 encryption = PAPI_ENCRYPT_REQUIRED;
264 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 Din.lpd.c634 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; local
651 encryption = PAPI_ENCRYPT_ALWAYS;
722 encryption, NULL);
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/
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...]
H A Dpapi_impl.h66 papi_encryption_t encryption; member in struct:__anon4329
/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-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.c35 * httpConnectEncrypt() - Connect to a HTTP server using encryption.
36 * httpEncryption() - Set the required encryption on the link.
67 * http_upgrade() - Force upgrade to TLS encryption.
73 * CDSAWriteFunc() - Write function for CDSA encryption code.
359 http_encryption_t encrypt; /* Type of encryption to use */
363 * Set the default encryption status...
376 * 'httpConnectEncrypt()' - Connect to a HTTP server using encryption.
383 /* I - Type of encryption to use */
443 * Set the encryption status...
446 if (port == 443) /* Always use encryption fo
[all...]
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/common/crypto/aes/amd64/
H A Daes_intel.s15 * secure data encryption and decryption, using the Advanced Encryption
19 * encryption and decryption, and the other two instructions support
384 * Expand the cipher key into the encryption key schedule.
441 / AES 256: 14 rounds in encryption key schedule
491 / AES 192: 12 rounds in encryption key schedule
528 / AES 128: 10 rounds in encryption key schedule
606 / Generate round keys used for encryption
618 * Convert round keys used for encryption
645 / Convert an encryption round key to a form usable for decryption
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dpapi.h235 papi_encryption_t encryption,
243 papi_encryption_t encryption);
/illumos-gate/usr/src/cmd/tsol/misc/
H A Dtxzonemgr.sh339 echo $(zfs get 2>&1 | grep encryption | sed -e s/^.*YES// -e s/\|//g)
369 encryption=$(zenity --list --title="$title" --height=320 \
370 --text="Select cipher for encryption of all labels:" \
371 --column="encryption" $(encryptionValues))
373 if [[ $? != 0 || $encryption == "off" ]]; then
379 --text "Select encryption key source:" \
396 if [[ $encryption == "on" ]]; then
399 t=${encryption#aes-} && keylen=${t%%-*}
406 options="$options -o encryption=$encryption
[all...]

Completed in 328 milliseconds

12