| /onnv-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 | 61 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 71 encryption = PAPI_ENCRYPT_REQUIRED; in main() 86 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 | 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 | lpq.c | 78 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 90 encryption = PAPI_ENCRYPT_REQUIRED; in main() 111 encryption, NULL); in main()
|
| H A D | disable.c | 92 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 114 encryption = PAPI_ENCRYPT_NEVER; in main() 127 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 | 75 papi_encryption_t encryption = PAPI_ENCRYPT_NEVER; in main() local 90 encryption = PAPI_ENCRYPT_REQUIRED; in main() 234 encryption, NULL); in main()
|
| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | EVP_SealInit.pod | 5 EVP_SealInit, EVP_SealUpdate, EVP_SealFinal - EVP envelope encryption 22 encryption. They generate a random key and IV (if required) then 23 "envelope" it by using public key encryption. Data can then be 26 EVP_SealInit() initializes a cipher context B<ctx> for encryption 64 Envelope encryption is the usual method of using public key encryption 65 on large amounts of data, this is because public key encryption is slow 66 but symmetric encryption is fast. So symmetric encryption is used for 67 bulk encryption and the small random symmetric key used is transferred 68 using public key encryption.
|
| H A D | PKCS12_create.pod | 23 B<nid_key> and B<nid_cert> are the encryption algorithms that should be used 24 for the key and certificate respectively. B<iter> is the encryption algorithm 33 These defaults are: 40 bit RC2 encryption for certificates, triple DES 34 encryption for private keys, a key iteration count of PKCS12_DEFAULT_ITER 44 it can be used for signing and encryption. This option was useful for old 47 encryption. 62 B<nid_key> or B<nid_cert> can be set to -1 indicating that no encryption
|
| H A D | blowfish.pod | 6 BF_cfb64_encrypt, BF_ofb64_encrypt, BF_options - Blowfish encryption 35 considered good for strong encryption. Blowfish can be used in the same 40 Blowfish consists of a key setup phase and the actual encryption or decryption 46 BF_ecb_encrypt() is the basic Blowfish encryption and decryption function. 48 putting the result in B<out>. B<enc> decides if encryption (B<BF_ENCRYPT>) 70 putting the result in B<out>. B<enc> decides if encryption (BF_ENCRYPT) or 76 putting the result in B<out>. B<enc> decides if encryption (B<BF_ENCRYPT>) 86 encryption. They encrypt/decrypt the first 64 bits of the vector pointed by
|
| H A D | rc4.pod | 5 RC4_set_key, RC4 - RC4 encryption 23 (16 byte) keys are used for strong encryption, but shorter insecure 26 RC4 consists of a key setup phase and the actual encryption or 38 calls as encryption.
|
| H A D | des.pod | 13 DES_fcrypt, DES_crypt, DES_enc_read, DES_enc_write - DES encryption 107 This library contains a fast implementation of the DES encryption 110 There are two phases to the use of DES encryption. The first is the 112 actual encryption. A DES key is of type I<DES_cblock>. This type is 115 the key; it is used to speed the encryption process. 145 DES_ecb_encrypt() is the basic DES encryption routine that encrypts or 157 three-key Triple-DES encryption in ECB mode. This involves encrypting 161 I<ks2> and I<ks3> are the same, it is equivalent to just encryption 165 encryption by using I<ks1> for the final encryption. 178 I<outw> to 'whiten' the encryption. I<inw> and I<outw> are secret [all …]
|
| H A D | evp.pod | 16 B<EVP_Seal>I<...> and B<EVP_Open>I<...> provide public key encryption 22 Symmetric encryption is available with the B<EVP_Encrypt>I<...>
|
| H A D | BIO_f_cipher.pod | 27 BIO_flush() on an encryption BIO that is being written through is 32 and IV B<iv>. B<enc> should be set to 1 for encryption and zero for 35 When reading from an encryption BIO the final block is automatically
|
| /onnv-gate/usr/src/lib/print/libpapi-ipp/common/ |
| H A D | service.c | 45 http_encryption_type(papi_encryption_t encryption) in http_encryption_type() argument 47 switch (encryption) { in http_encryption_type() 110 http_encryption_type(svc->encryption)); in service_connect() 127 papi_encryption_t encryption, void *app_data) in papiServiceCreate() argument 145 svc->encryption = encryption; in papiServiceCreate() 231 papi_encryption_t encryption) in papiServiceSetEncryption() argument 238 svc->encryption = encryption; in papiServiceSetEncryption() 240 (http_encryption_t)svc->encryption); in papiServiceSetEncryption() 329 result = svc->encryption; in papiServiceGetEncryption()
|
| /onnv-gate/usr/src/common/openssl/doc/apps/ |
| H A D | pkcs8.pod | 69 default. If any encryption options are set then a pass phrase will be 81 structures using an appropriate password based encryption algorithm. With 110 private keys are encrypted with the password based encryption algorithm 111 called B<pbeWithMD5AndDES-CBC> this uses 56 bit DES encryption but it 112 was the strongest encryption algorithm supported in PKCS#5 v1.5. Using 114 encryption algorithm such as 168 bit triple DES or 128 bit RC2 however 118 The B<alg> argument is the encryption algorithm to use, valid values include 153 The default encryption is only 56 bits because this is the encryption 156 Some software may use PKCS#12 password based encryption algorithms 161 PKCS#8 format because the encryption details are included at an ASN1 [all …]
|
| H A D | ciphers.pod | 30 authentication, encryption and mac algorithms used along with any key size 97 the current cipher list in order of encryption algorithm key length. 127 "high" encryption cipher suites. This currently means those with key lengths larger 132 "medium" encryption cipher suites, currently those using 128 bit encryption. 136 "low" encryption cipher suites, currently those using 64 or 56 bit encryption algorithms 141 export encryption algorithms. Including 40 and 56 bits algorithms. 145 40 bit export encryption algorithms 149 56 bit export encryption algorithms. 153 the "NULL" ciphers that is those offering no encryption. Because these offer no 154 encryption at all and are a security risk they are disabled unless explicitly [all …]
|
| /onnv-gate/usr/src/lib/print/libpapi-dynamic/common/ |
| H A D | service.c | 209 svc->encryption, svc); in service_connect() 221 papi_encryption_t encryption, void *app_data) in papiServiceCreate() argument 241 svc->encryption = encryption; in papiServiceCreate() 356 papiServiceSetEncryption(papi_service_t handle, papi_encryption_t encryption) in papiServiceSetEncryption() argument 364 svc->encryption = encryption; in papiServiceSetEncryption() 368 result = f(svc->svc_handle, encryption); in papiServiceSetEncryption() 483 result = svc->encryption; in papiServiceGetEncryption()
|
| /onnv-gate/usr/src/common/openssl/ |
| H A D | README | 35 General encryption and X.509 v1/v3 stuff needed by SSL/TLS but not 39 libdes - EAY's libdes DES encryption package which has been floating 45 RC4 encryption, 46 RC2 encryption - 4 different modes, ecb, cbc, cfb and ofb. 47 Blowfish encryption - 4 different modes, ecb, cbc, cfb and ofb. 48 IDEA encryption - 4 different modes, ecb, cbc, cfb and ofb. 56 RSA encryption/decryption/generation. 58 DSA encryption/decryption/generation. 65 based ASCII-binary encoding which supports encryption with a 75 client/server, file pointer, encryption, digest, non-blocking testing [all …]
|
| /onnv-gate/usr/src/lib/print/libpapi-lpd/common/ |
| H A D | service.c | 77 papi_encryption_t encryption, void *app_data) in papiServiceCreate() argument 96 (void) papiServiceSetEncryption(svc, encryption); in papiServiceCreate() 147 papi_encryption_t encryption) in papiServiceSetEncryption() argument 155 "encryption", (int)encryption)); in papiServiceSetEncryption()
|
| /onnv-gate/usr/src/common/openssl/crypto/des/ |
| H A D | des.pod | 58 Two standard encryption modes are supported by the 103 (eight bytes at a time) encryption mode. 107 Encrypt using triple encryption. 108 By default triple cbc encryption is used but if the 110 option is used then triple ECB encryption is performed. 121 This will product a more secure encryption. 161 Use the encryption
|
| /onnv-gate/usr/src/cmd/lp/lib/papi/ |
| H A D | service.c | 44 papi_encryption_t encryption, void *app_data) in papiServiceCreate() argument 75 (void) papiServiceSetEncryption(svc, encryption); in papiServiceCreate() 153 papi_encryption_t encryption) in papiServiceSetEncryption() argument 161 "encryption", (int)encryption)); in papiServiceSetEncryption()
|