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

1 2 3 4 5 6 7 8 91011>>

  /docs/source.android.com/src/tech/encryption/
sidebar2.md 0 # Encryption Topics #
2 - [Android Encryption Implementation](/tech/encryption/android_crypto_implementation.html)
index.md 17 # Encryption Technical Information #
19 Encryption on Android uses the dm-crypt layer in the Linux kernel. Read the
  /external/wpa_supplicant_6/wpa_supplicant/examples/
plaintext.conf 1 # Plaintext (no encryption) network
  /external/wpa_supplicant_8/wpa_supplicant/examples/
plaintext.conf 1 # Plaintext (no encryption) network
  /system/bluetooth/data/
network.conf 5 # Disable link encryption: default=false
  /docs/source.android.com/src/tech/
sidebar.md 4 - [Encryption](/tech/encryption/index.html)
index.md 40 ## Encryption Technical Information ##
43 include support for encryption on their device. It covers the few things that
44 must be done so encryption will work.
46 [» Encryption Information](/tech/encryption/index.html)
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignatureEncryptionAlgorithmFinder.java 6 * Finder which is used to look up the algorithm identifiers representing the encryption algorithms that
12 * Return the encryption algorithm identifier associated with the passed in signatureAlgorithm
14 * @return the algorithm identifier to be associated with the encryption algorithm used in signature creation.
CMSSignatureAlgorithmNameGenerator.java 12 * @param encryptionAlg the encryption, or signing, algorithm id.
  /libcore/luni/src/main/java/java/security/spec/
package.html 9 encryption and signing algorithms. The following standards are supported:
10 (1) PKCS#1 RSA encryption standard;
14 The parameters for the Elliptic Curve (EC) encryption algorithm are only specified as
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
AESWrapEngine.java 7 * For further details see: <a href="http://csrc.nist.gov/encryption/kms/key-wrap.pdf">http://csrc.nist.gov/encryption/kms/key-wrap.pdf</a>.
  /libcore/luni/src/main/java/java/security/interfaces/
package.html 9 (1) Keys for the RSA asymmetric encryption algorithm using the PKCS#1 standard;
11 (3) Keys for a generic Elliptic Curve asymmetric encryption algorithm.
  /libcore/luni/src/main/java/javax/crypto/spec/
package.html 5 and parameter for encryption. The following standards are supported:
8 <li>FIPS-46-2 Data Encryption Standard (DES);
  /external/srtp/
timing 20 # timing.plt # # gnuplot script file for plotting the output generated by srtp_driver -t # # David A. McGrew # Cisco Systems, Inc. # set xrange [0:2500] set term pict "Times-Roman" 9 # # plot authentication-only data # set title "Authentication Only" set ylabel "Megabits per second" set xlabel "Octets in packet" set yrange [0:2000] set output "plot-auth.pict" plot "timing.dat" index 0 title "HMAC SHA1" with lines, "timing.dat" index 1 title "TMMH/AES" with lines, "timing.dat" index 2 title "TMMH/SEAL" with lines # # plot encryption-only data # set title "Encryption Only" set ylabel "Megabits per second" set xlabel "Octets in packet" set output "plot-enc.pict" set yrange [0:1200] plot "timing.dat" index 3 title "SEAL" with lines, "timing.dat" index 4 title "AES ICM" with lines # # plot encryption and authentication data # set title "Encryption and Authentication" set ylabel "Megabits per second" set xlabel "Octets in packet" set yrange [0:1 (…)
  /external/wpa_supplicant_8/src/tls/
pkcs5.h 2 * PKCS #5 (Password-based Encryption)
pkcs1.h 2 * PKCS #1 (RSA Encryption)
  /external/srtp/crypto/include/
crypto.h 18 * cipher type, e.g. the Advanced Encryption Standard (AES). A
20 * and can be selected to indicate that no encryption is to take
  /external/chromium/chrome/browser/sync/syncable/
nigori_util.h 5 // Various utility methods for nigory-based multi-type encryption.
24 // Returns the set of datatypes that require encryption as specified by the
25 // Sync DB's nigori node. This will never include passwords, as the encryption
  /external/openssl/crypto/des/
des.pod 5 des - encrypt or decrypt data using Data Encryption Standard
44 Data Encryption Standard algorithm.
58 Two standard encryption modes are supported by the
103 (eight bytes at a time) encryption mode.
107 Encrypt using triple encryption.
108 By default triple cbc encryption is used but if the
110 option is used then triple ECB encryption is performed.
121 This will product a more secure encryption.
161 Use the encryption
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.h 35 * Performs initialization of the key-encryption key. Should be called once during startup to
36 * facilitate encryption and decryption of session keys.
52 * Encrypts the given session key using a key-encryption key unique to this device.
67 * Decrypts the given session key using a key-encryption key unique to this device.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
AsymmetricBlockCipher.java 14 * encryption, if false for decryption.
39 * @return the resulting byte array of the encryption/decryption process.
  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_done_encrypt.c 14 OCB implementation, terminate encryption, by Tom St Denis
21 Terminate an encryption OCB state
  /external/ppp/pppd/
ecp.h 2 * ecp.h - Definitions for PPP Encryption Control Protocol.
36 unsigned enctype; /* Encryption type */
  /external/wpa_supplicant_8/src/crypto/
aes-ctr.c 17 * aes_128_ctr_encrypt - AES-128 CTR mode encryption
18 * @key: Key for encryption (16 bytes)
  /external/zlib/src/contrib/minizip/
crypt.h 10 The encryption/decryption parts of this source code (as opposed to the
15 This encryption code is a direct transcription of the algorithm from
18 version without encryption capabilities).
23 This code support the "Traditional PKWARE Encryption".
25 The new AES encryption added on Zip format by Winzip (see the page
27 Encryption is not supported.
46 * Update the encryption keys with the next byte of plain text
62 * Initialize the encryption keys and the random header according to

Completed in 658 milliseconds

1 2 3 4 5 6 7 8 91011>>