HomeSort by relevance Sort by last modified time
    Searched refs:encryption (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /frameworks/opt/net/wifi/libwifi_system/testlib/include/wifi_system_test/
mock_hostapd_manager.h 37 EncryptionType encryption,
  /frameworks/base/core/java/android/net/
IpSecConfig.java 45 // Encryption Algorithm
46 IpSecAlgorithm encryption; field in class:IpSecConfig.Flow
81 return flow[direction].encryption;
123 out.writeParcelable(flow[IpSecTransform.DIRECTION_IN].encryption, flags);
126 out.writeParcelable(flow[IpSecTransform.DIRECTION_OUT].encryption, flags);
155 flow[IpSecTransform.DIRECTION_IN].encryption =
160 flow[IpSecTransform.DIRECTION_OUT].encryption =
  /frameworks/opt/net/wifi/libwifi_system/include/wifi_system/
hostapd_manager.h 52 // |encryption_type| defines the encryption of the configured network.
61 EncryptionType encryption,
  /frameworks/base/core/proto/android/service/
diskstats.proto 26 // Unknown encryption type
28 // No encryption
30 // Full disk encryption
32 // File-based encryption
43 // Is the device using file-based encryption, full disk encryption or other
44 EncryptionType encryption = 5;
  /external/libcups/cups/
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);
264 * 'cupsSetEncryption()' - Set the encryption preference
    [all...]
dest-localization.c 298 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,
http.c 49 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=%d)"
    [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/go/darwin-x86/src/crypto/des/
example_test.go 23 // See crypto/cipher for how to use a cipher.Block for encryption and
cipher.go 21 // desCipher is an instance of DES encryption.
43 // A tripleDESCipher is an instance of TripleDES encryption.
  /prebuilts/go/linux-x86/src/crypto/des/
example_test.go 23 // See crypto/cipher for how to use a cipher.Block for encryption and
cipher.go 21 // desCipher is an instance of DES encryption.
43 // A tripleDESCipher is an instance of TripleDES encryption.
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultCMSSignatureAlgorithmNameGenerator.java 26 private void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption)
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
CMSSignedHelper.java 45 private static void addEntries(ASN1ObjectIdentifier alias, String digest, String encryption)
48 encryptionAlgs.put(alias.getId(), encryption); local
129 * Return the digest encryption algorithm using one of the standard
  /prebuilts/go/darwin-x86/src/crypto/aes/
modes.go 19 // implementation of CBC encryption through the cipher.BlockMode interface.
cipher.go 15 // A cipher is an instance of AES encryption using a particular key.
  /prebuilts/go/linux-x86/src/crypto/aes/
modes.go 19 // implementation of CBC encryption through the cipher.BlockMode interface.
  /tools/tradefederation/core/prod-tests/src/com/android/encryption/tests/
EncryptionFunctionalityTest.java 17 package com.android.encryption.tests;
31 * Runs the encryption func tests.
50 "encryption", "online", "bootcomplete", "decryption",
EncryptionStressTest.java 17 package com.android.encryption.tests;
34 * Runs the encryption stress tests.
104 CLog.i("Starting encryption stress iteration %d of %d on device %s", i + 1, mIterations,
  /prebuilts/tools/common/m2/repository/com/braintreepayments/encryption/2.1.0/
encryption-2.1.0.jar 
  /kernel/tests/net/test/
xfrm.py 257 encryption, encryption_key,
263 encryption.Pack() + encryption_key)
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cfb.go 59 // stack trace will indicate whether it was de or encryption
xor.go 60 // the block encryption itself is hardware
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4.go 5 // Package rc4 implements RC4 encryption, as defined in Bruce Schneier's
  /prebuilts/go/darwin-x86/src/crypto/rsa/
example_test.go 136 // encryption function.
141 fmt.Fprintf(os.Stderr, "Error from encryption: %s\n", err)
145 // Since encryption is a randomized function, ciphertext will be
166 // Remember that encryption only provides confidentiality. The

Completed in 855 milliseconds

1 2 3 4