/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_create/ |
H A D | zfs_create_encrypted.ksh | 89 log_must zfs create -o encryption=off $TESTPOOL/$TESTFS1/c1 90 log_mustnot zfs create -o encryption=off -o keylocation=prompt \ 92 log_mustnot zfs create -o encryption=off -o keyformat=passphrase \ 94 log_mustnot zfs create -o encryption=off -o keyformat=passphrase \ 97 log_mustnot zfs create -o encryption=on $TESTPOOL/$TESTFS1/c2 98 log_mustnot zfs create -o encryption=on -o keylocation=prompt \ 116 log_must zfs create -o encryption=off $TESTPOOL/$TESTFS2/c5 119 log_mustnot zfs create -o encryption=off -o keylocation=prompt \ 121 log_mustnot zfs create -o encryption=off -o keyformat=passphrase \ 123 log_mustnot zfs create -o encryption=off -o keyformat=passphrase \ [all …]
|
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | lpstat.c | 87 lpstat_default_printer(papi_encryption_t encryption) in lpstat_default_printer() argument 95 encryption, NULL); in lpstat_default_printer() 114 lpstat_service_status(papi_encryption_t encryption) in lpstat_service_status() argument 126 encryption, NULL); in lpstat_service_status() 677 int, int), papi_encryption_t encryption, in printer_query() argument 700 cli_auth_callback, encryption, NULL); in printer_query() 724 report, encryption, verbose, in printer_query() 1029 papi_encryption_t encryption, int show_rank, int verbose) in job_query() argument 1042 cli_auth_callback, encryption, NULL); in job_query() 1059 cli_auth_callback, encryption, NULL); in job_query() [all …]
|
H A D | cancel.c | 65 cancel_jobs_for_user(char *user, papi_encryption_t encryption, char *pname) { in cancel_jobs_for_user() argument 74 cli_auth_callback, encryption, NULL); in cancel_jobs_for_user() 88 cli_auth_callback, encryption, NULL); in cancel_jobs_for_user() 112 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 127 encryption = PAPI_ENCRYPT_REQUIRED; in main() 144 cli_auth_callback, encryption, NULL); in main() 149 NULL, cli_auth_callback, encryption, NULL); in main() 245 encryption, printer); in main() 252 exit_code = cancel_jobs_for_user(user, encryption, NULL); in main()
|
H A D | lprm.c | 59 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 69 encryption = PAPI_ENCRYPT_REQUIRED; in main() 84 encryption, NULL); in main()
|
H A D | accept.c | 61 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 71 encryption = PAPI_ENCRYPT_ALWAYS; in main() 84 cli_auth_callback, encryption, NULL); in main()
|
H A D | enable.c | 61 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 71 encryption = PAPI_ENCRYPT_ALWAYS; in main() 84 cli_auth_callback, encryption, NULL); in main()
|
H A D | reject.c | 61 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 75 encryption = PAPI_ENCRYPT_ALWAYS; in main() 88 cli_auth_callback, encryption, NULL); in main()
|
H A D | lpq.c | 76 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 88 encryption = PAPI_ENCRYPT_REQUIRED; in main() 109 encryption, NULL); in main()
|
H A D | disable.c | 93 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 113 encryption = PAPI_ENCRYPT_NEVER; in main() 126 cli_auth_callback, encryption, NULL); in main()
|
H A D | lpmove.c | 74 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 84 encryption = PAPI_ENCRYPT_REQUIRED; in main() 105 cli_auth_callback, encryption, NULL); in main()
|
H A D | lpr.c | 74 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 88 encryption = PAPI_ENCRYPT_REQUIRED; in main() 231 encryption, NULL); in main()
|
H A D | lp.c | 70 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 212 encryption = PAPI_ENCRYPT_REQUIRED; in main() 264 encryption, NULL); in main()
|
H A D | lpc.c | 41 static papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; variable 407 cli_auth_callback, encryption, NULL); in process_one() 433 encryption, NULL); in process_all() 549 encryption = PAPI_ENCRYPT_ALWAYS; in main()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/ |
H A D | zpool_create_encrypted.ksh | 72 log_must zpool create -O encryption=off $TESTPOOL $DISKS 75 log_mustnot zpool create -O encryption=off -O keylocation=prompt \ 77 log_mustnot zpool create -O encryption=off -O keyformat=passphrase \ 79 log_mustnot zpool create -O encryption=off -O keyformat=passphrase \ 82 log_mustnot zpool create -O encryption=on $TESTPOOL $DISKS 83 log_mustnot zpool create -O encryption=on -O keylocation=prompt \
|
/illumos-gate/usr/src/lib/print/libpapi-ipp/common/ |
H A D | service.c | 40 http_encryption_type(papi_encryption_t encryption) in http_encryption_type() argument 42 switch (encryption) { in http_encryption_type() 105 http_encryption_type(svc->encryption)); in service_connect() 122 papi_encryption_t encryption, void *app_data) in papiServiceCreate() argument 140 svc->encryption = encryption; in papiServiceCreate() 226 papi_encryption_t encryption) in papiServiceSetEncryption() argument 233 svc->encryption = encryption; in papiServiceSetEncryption() 235 (http_encryption_t)svc->encryption); in papiServiceSetEncryption() 324 result = svc->encryption; in papiServiceGetEncryption()
|
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/ |
H A D | service.c | 204 svc->encryption, svc); in service_connect() 216 papi_encryption_t encryption, void *app_data) in papiServiceCreate() argument 236 svc->encryption = encryption; in papiServiceCreate() 351 papiServiceSetEncryption(papi_service_t handle, papi_encryption_t encryption) in papiServiceSetEncryption() argument 359 svc->encryption = encryption; in papiServiceSetEncryption() 363 result = f(svc->svc_handle, encryption); in papiServiceSetEncryption() 478 result = svc->encryption; in papiServiceGetEncryption()
|
H A D | papi_impl.h | 59 papi_encryption_t encryption; member
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_load-key/ |
H A D | zfs_load-key_all.ksh | 50 log_must zfs create -o encryption=on -o keyformat=passphrase \ 53 log_must zfs create -V 64M -o encryption=on -o keyformat=passphrase \ 57 log_must zpool create -O encryption=on -O keyformat=passphrase \
|
H A D | zfs_load-key_file.ksh | 48 log_must zfs create -o encryption=on -o keyformat=passphrase \
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unload-key/ |
H A D | zfs_unload-key_all.ksh | 51 log_must zfs create -o encryption=on -o keyformat=passphrase \ 55 log_must zfs create -V 64M -o encryption=on -o keyformat=passphrase \ 59 log_must zpool create -O encryption=on -O keyformat=passphrase \
|
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/ |
H A D | service.c | 74 papi_encryption_t encryption, void *app_data) in papiServiceCreate() argument 93 (void) papiServiceSetEncryption(svc, encryption); in papiServiceCreate() 144 papi_encryption_t encryption) in papiServiceSetEncryption() argument 152 "encryption", (int)encryption)); in papiServiceSetEncryption()
|
/illumos-gate/usr/src/cmd/lp/lib/papi/ |
H A D | service.c | 39 papi_encryption_t encryption, void *app_data) in papiServiceCreate() argument 70 (void) papiServiceSetEncryption(svc, encryption); in papiServiceCreate() 148 papi_encryption_t encryption) in papiServiceSetEncryption() argument 156 "encryption", (int)encryption)); in papiServiceSetEncryption()
|
/illumos-gate/usr/src/lib/print/libhttp-core/common/ |
H A D | http.c | 445 http->encryption = HTTP_ENCRYPT_ALWAYS; in httpConnectEncrypt() 447 http->encryption = encrypt; in httpConnectEncrypt() 494 http->encryption = e; in httpEncryption() 496 if ((http->encryption == HTTP_ENCRYPT_ALWAYS && !http->tls) || in httpEncryption() 497 (http->encryption == HTTP_ENCRYPT_NEVER && http->tls)) in httpEncryption() 499 else if (http->encryption == HTTP_ENCRYPT_REQUIRED && !http->tls) in httpEncryption() 629 if (http->encryption == HTTP_ENCRYPT_ALWAYS) in httpReconnect() 646 else if (http->encryption == HTTP_ENCRYPT_REQUIRED) in httpReconnect() 2050 if (http->encryption == HTTP_ENCRYPT_REQUIRED && !http->tls) in http_send() 2248 http->encryption = myhttp.encryption; in http_upgrade()
|
/illumos-gate/usr/src/common/crypto/aes/amd64/ |
H A D | aes_intel.S | 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 645 / Convert an encryption round key to a form usable for decryption
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_change-key/ |
H A D | zfs_change-key_load.ksh | 48 log_must zfs create -o encryption=on -o keyformat=passphrase \
|