HomeSort by relevance Sort by last modified time
    Searched defs:encryption (Results 1 - 21 of 21) sorted by null

  /external/libcups/cups/
dest-localization.c 334 http_encryption_t encryption; /* Encryption to use */ local
393 encryption = HTTP_ENCRYPTION_ALWAYS;
395 encryption = HTTP_ENCRYPTION_IF_REQUESTED;
397 if ((http2 = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1,
testhttp.c 217 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... */
usersys.c 40 # define kEncryptionKey CFSTR("Encryption")
63 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
112 http_encryption_t /* O - Encryption settings */
118 if (cg->encryption == (http_encryption_t)-1)
121 return (cg->encryption);
266 * 'cupsSetEncryption()' - Set the encryption preference
    [all...]
cups-private.h 145 http_encryption_t encryption; /* Encryption setting */ member in struct:_cups_globals_s
http-private.h 244 BYTE *writeBuffer; /* Data pre-encryption */
305 http_encryption_t encryption; /* Encryption requirements */ member in struct:_http_s
dest.c 612 http_encryption_t encryption; /* Encryption to use */ local
728 encryption = HTTP_ENCRYPTION_ALWAYS;
730 encryption = HTTP_ENCRYPTION_IF_REQUESTED;
732 http = httpConnect2(hostname, port, addrlist, AF_UNSPEC, encryption, 1, 0, NULL);
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedHelper.java 44 private static void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption)
47 encryptionAlgs.put(alias.getId(), encryption); local
130 * Return the digest encryption algorithm using one of the standard
  /external/libcups/filter/
testclient.c 38 http_encryption_t encryption; /* Use encryption? */ member in struct:_client_monitor_s
85 http_encryption_t encryption; /* Encryption mode */ local
205 encryption = HTTP_ENCRYPTION_ALWAYS;
207 encryption = HTTP_ENCRYPTION_IF_REQUESTED;
209 if ((http = httpConnect2(hostname, port, NULL, AF_UNSPEC, encryption, 1, 0, NULL)) == NULL)
289 monitor.encryption = encryption;
756 http = httpConnect2(monitor->hostname, monitor->port, NULL, AF_UNSPEC, monitor->encryption, 1, 0, NULL)
    [all...]
  /frameworks/opt/net/voip/src/java/android/net/sip/
SimpleSessionDescription.java 27 * ("b="), encryption keys ("k="), and attribute fields ("a="). Currently this
162 * Returns the encryption method or {@code null} if it is not present.
169 * Returns the encryption key or {@code null} if it is not present.
176 * Sets the encryption method and the encryption key. The field will be
427 * Returns the encryption method or {@code null} if it is not present.
430 String encryption = get("k", '='); local
431 if (encryption == null) {
434 int colon = encryption.indexOf(':');
435 return (colon == -1) ? encryption : encryption.substring(0, colon)
442 String encryption = get("k", '='); local
    [all...]
  /prebuilts/tools/common/m2/repository/com/braintreepayments/encryption/2.1.0/
encryption-2.1.0.jar 
  /external/syslinux/core/fs/btrfs/
btrfs.h 271 u8 encryption; member in struct:btrfs_file_extent_item
  /frameworks/av/media/extractors/mkv/
MatroskaExtractor.cpp 1349 const mkvparser::ContentEncoding::ContentEncryption *encryption; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-elastictranscoder/1.11.18/
aws-java-sdk-elastictranscoder-1.11.18.jar 
  /bionic/libc/kernel/uapi/linux/
btrfs_tree.h 328 __u8 encryption; member in struct:btrfs_file_extent_item
  /external/kernel-headers/original/uapi/linux/
btrfs_tree.h 754 * including compression and encryption. If any of these
760 __u8 encryption; member in struct:btrfs_file_extent_item
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 4272 ContentEncryption* const encryption = local
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 4269 ContentEncryption* const encryption = local
    [all...]
  /external/libmtp/src/
ptp.h 1292 uint8_t encryption; \/* 0 - None, 1 - WEP 64bit, 2 - WEP 128bit (not supported: 3 - TKIP) *\/ member in struct:_PTPNIKONWifiProfile
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.security_1.2.0.v20130424-1801.jar 
  /prebuilts/tools/common/m2/repository/com/google/apis/google-api-services-storage/v1-rev82-1.22.0/
google-api-services-storage-v1-rev82-1.22.0.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 635 milliseconds