Searched refs:encryption (Results 26 - 50 of 53) sorted by relevance

123

/macosx-10.10/OpenSSL098-52/src/test/
H A Dmaketests.com11 $! "test" programs for the different types of encryption for OpenSSL.
/macosx-10.10/cups-408/cups/cups/
H A Dhttp.h138 typedef enum http_encryption_e /**** HTTP encryption values ****/
462 http_encryption_t encryption)
609 int family, http_encryption_t encryption,
H A Dadminutil.c868 * Compare the connection hostname, port, and encryption settings to
875 (cg->http->encryption != cg->encryption &&
876 cg->http->encryption == HTTP_ENCRYPTION_NEVER))
H A Ddest.c557 http_encryption_t encryption; /* Encryption to use */ local
654 encryption = HTTP_ENCRYPTION_ALWAYS;
656 encryption = HTTP_ENCRYPTION_IF_REQUESTED;
658 http = httpConnect2(hostname, port, addrlist, AF_UNSPEC, encryption, 1, 0,
/macosx-10.10/ntp-92/util/
H A Dntp-keygen-opts.def30 Select the certificate message digest/signature encryption scheme.
/macosx-10.10/cups-408/cups/scheduler/
H A Dmain.c1870 lis->encryption = HTTP_ENCRYPT_ALWAYS;
2008 lis->encryption = HTTP_ENCRYPT_ALWAYS;
2095 lis->encryption = HTTP_ENCRYPT_ALWAYS;
H A Dauth.c1383 temp->encryption = loc->encryption;
1718 * See if encryption is required...
1721 if ((best->encryption >= HTTP_ENCRYPT_REQUIRED && !con->http->tls &&
H A Dconf.c2000 * "Encryption xxx" - set required encryption level...
2004 loc->encryption = HTTP_ENCRYPT_NEVER;
2011 loc->encryption = HTTP_ENCRYPT_REQUIRED;
2014 loc->encryption = HTTP_ENCRYPT_REQUIRED;
2016 loc->encryption = HTTP_ENCRYPT_IF_REQUESTED;
3023 lis->encryption = HTTP_ENCRYPT_ALWAYS;
3108 "Unknown default encryption %s on line %d.",
H A Dclient.c361 if (lis->encryption == HTTP_ENCRYPTION_ALWAYS)
446 * Shutdown encryption as needed...
920 * Do encryption stuff...
978 * Do encryption stuff...
2881 * 'cupsd_start_tls()' - Start encryption on a connection.
3755 * Tell the CGI if we are using encryption...
/macosx-10.10/cups-408/cups/test/
H A Drun-stp-tests.sh144 echo "Now you can choose whether to create a SSL/TLS encryption key and"
148 echo "0 - Do not do SSL/TLS encryption tests"
149 echo "1 - Test but do not require encryption"
150 echo "2 - Test and require encryption"
164 echo "Will test but not require encryption (1)"
167 echo "Will test and require encryption (2)"
457 encryption="Encryption Required"
459 encryption=""
479 $encryption
H A Dippserver.c3441 http_encryption_t encryption; /* Encryption to use, if any */ local
3609 encryption = HTTP_ENCRYPTION_ALWAYS;
3612 encryption = HTTP_ENCRYPTION_IF_REQUESTED;
3614 if ((http = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption,
3955 http_encryption_t encryption; /* Encryption to use, if any */ local
4176 encryption = HTTP_ENCRYPTION_ALWAYS;
4179 encryption = HTTP_ENCRYPTION_IF_REQUESTED;
4181 if ((http = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption,
H A Dipptool.c119 http_encryption_t encryption; /* Encryption for connection? */ member in struct:_cups_vars_s
289 vars.encryption = HTTP_ENCRYPT_REQUIRED;
291 _cupsLangPrintf(stderr, _("%s: Sorry, no encryption support."),
333 vars.encryption = HTTP_ENCRYPT_ALWAYS;
335 _cupsLangPrintf(stderr, _("%s: Sorry, no encryption support."),
610 vars.encryption = HTTP_ENCRYPT_ALWAYS;
850 vars->encryption, 1, 30000, NULL)) == NULL)
4821 "encryption."));
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c1767 CFStringRef encryption; local
1775 encryption = CFDictionaryGetValue(dict, kSCPropNetPPPAuthPasswordEncryption);
1776 if (!isA_CFString(encryption) ||
1777 !CFEqual(encryption, kSCValNetPPPAuthPasswordEncryptionKeychain)) {
1787 encryption = CFDictionaryGetValue(dict, kSCPropNetL2TPIPSecSharedSecretEncryption);
1788 if (!isA_CFString(encryption) ||
1789 !CFEqual(encryption, kSCValNetL2TPIPSecSharedSecretEncryptionKeychain)) {
1799 encryption = CFDictionaryGetValue(dict, kSCPropNetIPSecSharedSecretEncryption);
1800 if (!isA_CFString(encryption) ||
1801 !CFEqual(encryption, kSCValNetIPSecSharedSecretEncryptionKeychai
[all...]
H A DSCNetworkInterface.c5744 CFStringRef encryption; local
5746 encryption = CFDictionaryGetValue(config, kSCPropNetPPPAuthPasswordEncryption);
5747 if (isA_CFString(encryption) &&
5748 CFEqual(encryption, kSCValNetPPPAuthPasswordEncryptionKeychain)) {
5766 CFStringRef encryption; local
5768 encryption = CFDictionaryGetValue(config, kSCPropNetIPSecSharedSecretEncryption);
5769 if (isA_CFString(encryption) &&
5770 CFEqual(encryption, kSCValNetIPSecSharedSecretEncryptionKeychain)) {
5796 CFStringRef encryption; local
5798 encryption
[all...]
/macosx-10.10/CPANInternal-159.1/Authen-Krb5/
H A DKrb5.pm362 Returns the encryption type ID.
366 Returns a text description of the encryption type.
/macosx-10.10/CPANInternal-159.1/Krb5-1.9/
H A DKrb5.pm395 Returns the encryption type ID.
399 Returns a text description of the encryption type.
/macosx-10.10/Security-57031.1.35/Security/sec/Security/Tool/
H A Dscep.c405 fprintf(stderr, "GetCACert returned a separate signing and encryption certificates for RA.\n");
448 | "DES3" | CA Supports triple-DES for encryption. |
523 // store encryption identity in the keychain because the decrypt function looks in there only
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dmakeapps.com12 $! "application" programs for the different types of encryption for OpenSSL.
/macosx-10.10/cups-408/cups/backend/
H A Dipp.c69 http_encryption_t encryption; /* Use encryption? */ member in struct:_cups_monitor_s
503 else if (!_cups_strcasecmp(name, "encryption"))
506 * Enable/disable encryption?
520 _("Unknown encryption option value: \"%s\"."),
1400 monitor.encryption = cupsEncryption();
1866 * Send-Document has to be the same (auth or no auth, encryption or
1867 * no encryption). Force the queue to stop since printing will never
1874 "same authentication and encryption requirements.\n", stderr);
2305 monitor->encryption,
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dtest_cms.in490 --encryption-type="$a-cbc" \
/macosx-10.10/ppp-786.1.1/Controller/
H A Dipsec_manager.c3662 /* encryption is not specified, and secret was missing. check connect options */
3672 /* secret is not in the prefs, check for encryption pref */
3675 /* encryption is KeyChain. Create a default secret key for the key chain */
3919 CFStringRef encryption = CFDictionaryGetValue(serv->systemprefs, kSCPropNetIPSecXAuthPasswordEncryption); local
3920 if (isString(encryption)
3921 && CFStringCompare(encryption, kSCValNetIPSecXAuthPasswordEncryptionPrompt, 0) == kCFCompareEqualTo) {
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509.h532 /* Password based encryption structure */
539 /* Password based encryption V2 structures */
543 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dx509.h532 /* Password based encryption structure */
539 /* Password based encryption V2 structures */
543 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dx509.h429 /* Password based encryption structure */
436 /* Password based encryption V2 structures */
440 X509_ALGOR *encryption; member in struct:PBE2PARAM_st
/macosx-10.10/vim-55/runtime/syntax/
H A Dcf.vim140 syn keyword cfArg contained enabled encoded encryption enctype enddate endrange endtime

Completed in 407 milliseconds

123