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

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/examples/
plaintext.conf 1 # Plaintext (no encryption) network
  /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
  /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/scrypt/lib/
README 5 included here which is not actually used by the scrypt file encryption
  /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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_crypt.py 11 print 'Test encryption: ', c
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_crypt.py 11 print 'Test encryption: ', c
  /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>.
  /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
  /development/samples/browseable/BasicAndroidKeyStore/
_index.jd 10 encryption keys that only your application can access. You can also sign data
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
InputDecryptor.java 14 * Return the algorithm identifier describing 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.
  /docs/source.android.com/src/devices/tech/security/encryption/
index.jd 1 page.title=Encryption
28 <h2 id=what_is_encryption>What is encryption?</h2>
30 <p>Encryption is the process of encoding user data on an Android device using an
38 <li>Created fast encryption, which only encrypts used blocks on the data partition
40 currently support fast encryption.
42 <li>Added support for patterns and encryption without a password.
43 <li>Added hardware-backed storage of the encryption key using Trusted
53 <h2 id=how_android_encryption_works>How Android encryption works</h2>
55 <p>Android disk encryption is based on <code>dm-crypt</code>, which is a kernel
57 this, encryption works with Embedded MultiMediaCard<strong> (</strong>eMMC) an
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/kisa/
KISAObjectIdentifiers.java 10 * Use of the SEED Encryption Algorithm
13 * The SEED Encryption Algorithm
  /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/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
  /frameworks/base/packages/BackupRestoreConfirmation/res/values/
strings.xml 38 <!-- Text for message to user that they must enter their device encryption password in order to perform this restore operation. -->
39 <string name="device_encryption_restore_text">Please enter your device encryption password below.</string>
40 <!-- Text for message to user that they must enter their device encryption password in order to perform this backup operation. -->
41 <string name="device_encryption_backup_text">Please enter your device encryption password below. This will also be used to encrypt the backup archive.</string>
43 <!-- Text for message to user that they must enter an encryption password to use for the full backup operation. -->
45 <!-- Text for message to user that they may optionally supply an encryption password to use for a full backup operation. -->
47 <!-- Text for message to user that they must supply an encryption password to use for a full backup operation because their phone is locked. -->
  /system/bt/stack/smp/
aes.h 35 # define AES_ENC_PREKEYED /* AES encryption with a precomputed key schedule */
41 # define AES_ENC_128_OTFK /* AES encryption with 'on the fly' 128 bit keying */
47 # define AES_ENC_256_OTFK /* AES encryption with 'on the fly' 256 bit keying */
115 encryption and decryption keys are different.
117 The encryption subroutines take a key in an array of bytes in
123 to reverse the encryption operation. The two key arrays can
128 can be used to reverse their effect when used for encryption.

Completed in 463 milliseconds

1 2 3 4 5 6 7 8 91011>>