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

123

/macosx-10.10/cups-408/cups/scheduler/
H A Dtestspeed.c34 http_encryption_t encryption, int requests,
52 http_encryption_t encryption; /* Encryption to use */ local
73 encryption = HTTP_ENCRYPT_IF_REQUESTED;
83 case 'E' : /* Enable encryption */
84 encryption = HTTP_ENCRYPT_REQUIRED;
139 encryption == HTTP_ENCRYPT_IF_REQUESTED ? "no " : "");
145 return (do_test(server, port, encryption, requests, opstring, verbose));
147 good_children = do_test(server, port, encryption, requests, opstring,
165 if (encryption == HTTP_ENCRYPT_REQUIRED)
247 http_encryption_t encryption, /*
245 do_test(const char *server, int port, http_encryption_t encryption, int requests, const char *opstring, int verbose) argument
[all...]
H A Dauth.h102 http_encryption_t encryption; /* To encrypt or not to encrypt... */ member in struct:__anon7282
116 /* Default encryption for authentication */
H A Dclient.h83 http_encryption_t encryption; /* To encrypt or not to encrypt... */ member in struct:__anon7284
103 /* Local port encryption to use */
H A Dlisten.c205 LocalEncryption = lis->encryption;
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConfigurationInternal.c512 CFStringRef encryption = NULL; local
517 encryption = CFDictionaryGetValue(config, encryptionKey);
519 if ((encryption == NULL) ||
520 (isA_CFString(encryption) &&
521 CFEqual(encryption, encryptionKeyChainValue))) {
540 if (!exists && (encryption == NULL) && (config != NULL)) {
570 CFStringRef encryption = NULL; local
575 encryption = CFDictionaryGetValue(config, encryptionKey);
577 if ((encryption == NULL) ||
578 (isA_CFString(encryption)
[all...]
H A DSCNetworkConnectionPrivate.c1153 CFStringRef encryption; local
1162 encryption = CFDictionaryGetValue(entity, kSCPropNetPPPAuthPasswordEncryption);
1163 if (encryption == NULL) {
1164 // provide default encryption method
1165 encryption = kSCValNetPPPAuthPasswordEncryptionKeychain;
1168 if (!isA_CFString(encryption) ||
1169 !CFEqual(encryption, kSCValNetPPPAuthPasswordEncryptionKeychain)) {
1213 CFStringRef encryption; local
1231 encryption = CFDictionaryGetValue(entity, kSCPropNetIPSecSharedSecretEncryption);
1232 if (encryption
1401 CFStringRef encryption; local
1423 CFStringRef encryption; local
1453 CFStringRef encryption; local
[all...]
/macosx-10.10/cups-408/cups/cups/
H A Dusersys.c59 * 'cupsEncryption()' - Get the current encryption settings.
61 * The default encryption setting comes from the CUPS_ENCRYPTION
66 * Note: The current encryption setting is tracked separately for each thread
78 if (cg->encryption == (http_encryption_t)-1)
81 return (cg->encryption);
224 * 'cupsSetEncryption()' - Set the encryption preference.
226 * The default encryption setting comes from the CUPS_ENCRYPTION
231 * Note: The current encryption setting is tracked separately for each thread
237 cupsSetEncryption(http_encryption_t e) /* I - New encryption preference */
242 cg->encryption
932 encryption[1024], /* Encryption value */ local
[all...]
H A Ddest-localization.c300 http_encryption_t encryption; /* Encryption to use */ local
359 encryption = HTTP_ENCRYPTION_ALWAYS;
361 encryption = HTTP_ENCRYPTION_IF_REQUESTED;
363 if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1,
H A Dcups-private.h152 http_encryption_t encryption; /* Encryption setting */ member in struct:_cups_globals_s
H A Dhttp.c51 http_encryption_t encryption,
446 http_encryption_t encryption, /* I - Type of encryption to use */
455 "encryption=%d, blocking=%d, msec=%d, cancel=%p)", host, port,
456 addrlist, family, encryption, blocking, msec, cancel));
462 if ((http = http_create(host, port, addrlist, family, encryption, blocking,
484 * 'httpConnectEncrypt()' - Connect to a HTTP server using encryption.
496 http_encryption_t encryption) /* I - Type of encryption to use */
498 DEBUG_printf(("httpConnectEncrypt(host=\"%s\", port=%d, encryption
441 httpConnect2( const char *host, int port, http_addrlist_t *addrlist, int family, http_encryption_t encryption, int blocking, int msec, int *cancel) argument
493 httpConnectEncrypt( const char *host, int port, http_encryption_t encryption) argument
3897 http_create( const char *host, int port, http_addrlist_t *addrlist, int family, http_encryption_t encryption, int blocking, _http_mode_t mode) argument
[all...]
H A Dtesthttp.c219 http_encryption_t encryption; /* Encryption type */ local
612 encryption = HTTP_ENCRYPTION_ALWAYS;
614 encryption = HTTP_ENCRYPTION_IF_REQUESTED;
616 http = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1, 30000, NULL);
749 /* Upgrade with encryption... */
752 /* Try again, this time with encryption enabled... */
842 /* Upgrade with encryption... */
845 /* Try again, this time with encryption enabled... */
H A Drequest.c432 * Then handle encryption and authentication...
453 * Force a reconnect with encryption...
456 DEBUG_puts("2cupsGetResponse: Need encryption...");
852 * encryption...
1009 * Compare the connection hostname, port, and encryption settings to
1016 (cg->http->encryption != cg->encryption &&
1017 cg->http->encryption == HTTP_ENCRYPTION_NEVER))
H A Dglobals.c212 * Clear the global storage and set the default encryption and password
217 cg->encryption = (http_encryption_t)-1;
H A Dhttp-private.h222 BYTE *writeBuffer; /* Data pre-encryption */
283 http_encryption_t encryption; /* Encryption requirements */ member in struct:_http_s
/macosx-10.10/OpenSSL098-52/src/demos/maurice/
H A DMakefile35 @echo Example2 Demonstrates rsa encryption and decryption
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dp5_pbev2.c65 /* PKCS#5 v2.0 password based encryption structures */
69 ASN1_SIMPLE(PBE2PARAM, encryption, X509_ALGOR)
109 /* Setup the AlgorithmIdentifier for the encryption scheme */
110 scheme = pbe2->encryption;
/macosx-10.10/cups-408/cups/test/
H A Dxmltotest.c339 http_encryption_t encryption; /* Encryption to use */ local
343 encryption = HTTP_ENCRYPT_ALWAYS;
345 encryption = HTTP_ENCRYPT_IF_REQUESTED;
347 if ((http = httpConnectEncrypt(hostname, port, encryption)) == NULL)
/macosx-10.10/CPANInternal-159.1/Crypt-Rijndael-1.10/
H A DRijndael.pm3 Crypt::Rijndael - Crypt::CBC compliant Rijndael encryption module
59 argument is the encryption mode, either C<MODE_ECB> (electronic
106 L<Crypt::CBC>, http://www.csrc.nist.gov/encryption/aes/
/macosx-10.10/CPANInternal-159.1/PlRPC-0.2020/lib/RPC/
H A DPlClient.pm299 This attribute can be used to add encryption quite easily. PlRPC is not
300 bound to a certain encryption method, but to a block encryption API. The
305 Note that you can set or remove encryption on the fly (putting C<undef>
306 as attribute value will stop encryption), but you have to be sure,
307 that both sides change the encryption mode.
H A DPlServer.pm140 $self->Debug("Host encryption: %s", $cipher);
176 $self->Debug("User encryption: %s", $cipher);
408 other class with the same API for block encryption. If you supply
551 for user based encryption.
663 Using encryption with PlRPC is extremely easy. There is absolutely
665 more: I recommend two phase encryption: The first phase is the
/macosx-10.10/apache-793/httpd/support/
H A Ddbmmanage.in35 where enc is -d for crypt encryption (default except on Win32, Netware)
36 -m for MD5 encryption (default on Win32, Netware)
37 -s for SHA1 encryption
/macosx-10.10/Heimdal-398.1.2/tests/apple/
H A Dcheck-apple-lkdc.in180 --encryption-types=aes256-cts-hmac-sha1-96 \
181 --encryption-types=aes128-cts-hmac-sha1-96 \
182 --encryption-types=des3-cbc-sha1 \
183 --encryption-types=arcfour-hmac-md5 \
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dp5_crpt2.c73 /* This is an implementation of PKCS#5 v2.0 password based encryption key
180 /* lets see if we recognise the encryption algorithm.
184 OBJ_nid2sn(OBJ_obj2nid(pbe2->encryption->algorithm)));
194 if(EVP_CIPHER_asn1_to_param(ctx, pbe2->encryption->parameter) < 0) {
/macosx-10.10/ppp-786.1.1/Controller/
H A Dppp_manager.c1173 // add a route for the interface subnet, if L2TP or PPTP (with encryption) VPN enabled
1228 CFStringRef encryption = NULL; local
1239 /* get the encryption method at the same place the password is coming from. */
1240 encryption = get_cf_option(kSCEntNetPPP, kSCPropNetPPPAuthPasswordEncryption, CFStringGetTypeID(),
1243 if (encryption && (CFStringCompare(encryption, kSCValNetPPPAuthPasswordEncryptionKeychain, 0) == kCFCompareEqualTo)) {
1246 else if (encryption && (CFStringCompare(encryption, kSCValNetPPPAuthPasswordEncryptionToken, 0) == kCFCompareEqualTo)) {
1260 encryption = get_cf_option(kSCEntNetPPP, kSCPropNetPPPAuthPasswordEncryption, CFStringGetTypeID(), options, service, NULL);
1261 if (encryption
[all...]
/macosx-10.10/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DPrinterSetupWizardSheet.h120 typedef enum http_encryption_e /**** HTTP encryption values ****/
128 typedef void* ( *httpConnectEncryptFunc )( const char* host, int port, http_encryption_t encryption );

Completed in 374 milliseconds

123