Searched defs:encryption (Results 1 - 17 of 17) sorted by relevance

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignedHelper.java45 private static void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) argument
48 encryptionAlgs.put(alias.getId(), encryption);
129 * Return the digest encryption algorithm using one of the standard
H A DDefaultCMSSignatureAlgorithmNameGenerator.java26 private void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption) argument
29 encryptionAlgs.put(alias, encryption);
133 * Return the digest encryption algorithm using one of the standard
151 * Set the mapping for the encryption algorithm used in association with a SignedData generation
/external/libcups/cups/
H A Ddest-localization.c298 http_encryption_t encryption; /* Encryption to use */ local
357 encryption = HTTP_ENCRYPTION_ALWAYS;
359 encryption = HTTP_ENCRYPTION_IF_REQUESTED;
361 if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1,
H A Dtesthttp.c217 http_encryption_t encryption; /* Encryption type */ local
610 encryption = HTTP_ENCRYPTION_ALWAYS;
612 encryption = HTTP_ENCRYPTION_IF_REQUESTED;
614 http = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1, 30000, NULL);
746 /* Upgrade with encryption... */
749 /* Try again, this time with encryption enabled... */
839 /* Upgrade with encryption... */
842 /* Try again, this time with encryption enabled... */
H A Dcups-private.h145 http_encryption_t encryption; /* Encryption setting */ member in struct:_cups_globals_s
H A Dusersys.c63 http_encryption_t encryption; /* Encryption setting */ member in struct:_cups_client_conf_s
99 * 'cupsEncryption()' - Get the current encryption settings.
101 * The default encryption setting comes from the CUPS_ENCRYPTION
106 * Note: The current encryption setting is tracked separately for each thread
118 if (cg->encryption == (http_encryption_t)-1)
121 return (cg->encryption);
264 * 'cupsSetEncryption()' - Set the encryption preference.
266 * The default encryption setting comes from the CUPS_ENCRYPTION
271 * Note: The current encryption setting is tracked separately for each thread
277 cupsSetEncryption(http_encryption_t e) /* I - New encryption preferenc
[all...]
H A Dhttp-private.h242 BYTE *writeBuffer; /* Data pre-encryption */
303 http_encryption_t encryption; /* Encryption requirements */ member in struct:_http_s
H A Ddest.c581 http_encryption_t encryption; /* Encryption to use */ local
690 encryption = HTTP_ENCRYPTION_ALWAYS;
692 encryption = HTTP_ENCRYPTION_IF_REQUESTED;
694 http = httpConnect2(hostname, port, addrlist, AF_UNSPEC, encryption, 1, 0, NULL);
H A Dhttp.c49 http_encryption_t encryption,
444 http_encryption_t encryption, /* I - Type of encryption to use */
452 DEBUG_printf(("httpConnect2(host=\"%s\", port=%d, addrlist=%p, family=%d, encryption=%d, blocking=%d, msec=%d, cancel=%p)", host, port, (void *)addrlist, family, encryption, blocking, msec, (void *)cancel));
458 if ((http = http_create(host, port, addrlist, family, encryption, blocking,
480 * 'httpConnectEncrypt()' - Connect to a HTTP server using encryption.
492 http_encryption_t encryption) /* I - Type of encryption to use */
494 DEBUG_printf(("httpConnectEncrypt(host=\"%s\", port=%d, encryption
439 httpConnect2( const char *host, int port, http_addrlist_t *addrlist, int family, http_encryption_t encryption, int blocking, int msec, int *cancel) argument
489 httpConnectEncrypt( const char *host, int port, http_encryption_t encryption) argument
3898 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...]
/external/ipsec-tools/
H A Dsetup.c314 int auth, int hash, int encryption, int length)
319 p->enctype = encryption;
313 add_proposal(struct remoteconf *remoteconf, int auth, int hash, int encryption, int length) argument
/external/syslinux/core/fs/btrfs/
H A Dbtrfs.h271 u8 encryption; member in struct:btrfs_file_extent_item
/external/kernel-headers/original/uapi/linux/
H A Dbtrfs_tree.h749 * including compression and encryption. If any of these
755 __u8 encryption; member in struct:btrfs_file_extent_item
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc4261 ContentEncryption* const encryption = local
4263 if (!encryption)
4266 status = ParseEncryptionEntry(pos, size, pReader, encryption);
4268 delete encryption;
4271 *encryption_entries_end_++ = encryption;
4341 ContentEncryption* encryption) {
4343 assert(encryption);
4355 encryption->algo = UnserializeUInt(pReader, pos, size);
4356 if (encryption->algo != 5)
4359 delete[] encryption
4339 ParseEncryptionEntry(long long start, long long size, IMkvReader* pReader, ContentEncryption* encryption) argument
[all...]
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc4269 ContentEncryption* const encryption = local
4271 if (!encryption)
4274 status = ParseEncryptionEntry(pos, size, pReader, encryption);
4276 delete encryption;
4279 *encryption_entries_end_++ = encryption;
4349 ContentEncryption* encryption) {
4351 assert(encryption);
4363 encryption->algo = UnserializeUInt(pReader, pos, size);
4364 if (encryption->algo != 5)
4367 delete[] encryption
4347 ParseEncryptionEntry(long long start, long long size, IMkvReader* pReader, ContentEncryption* encryption) argument
[all...]
/external/libmtp/src/
H A Dptp.h1292 uint8_t encryption; /* 0 - None, 1 - WEP 64bit, 2 - WEP 128bit (not supported: 3 - TKIP) */ member in struct:_PTPNIKONWifiProfile
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 570 milliseconds