OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encryption
(Results
1 - 25
of
684
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
android_crypto_implementation.md
17
# Notes on the implementation of
encryption
in Android 3.0
22
If you want to enable
encryption
on your device based on Android 3.0
27
encryption
is done by the dm-crypt layer in the kernel, which works
57
## How Android
encryption
works
59
Disk
encryption
on Android is based on dm-crypt, which is a kernel feature that
64
independent of whether
encryption
is used or not.
66
While the actual
encryption
work is a standard linux kernel feature, enabling it
72
for whole disk
encryption
. The actual
encryption
used for the filesystem for
77
the
encryption
features would be done like invoking other vold commands, b
[
all
...]
/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/bluetooth/bluez/network/
network.conf
5
# Disable link
encryption
: default=false
/external/wpa_supplicant/examples/
plaintext.conf
1
# Plaintext (no
encryption
) network
/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
/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/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/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
/external/wpa_supplicant_8/src/tls/
pkcs5.h
2
* PKCS #5 (Password-based
Encryption
)
/frameworks/base/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/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
23
* aes_128_ctr_encrypt - AES-128 CTR mode
encryption
24
* @key: Key for
encryption
(16 bytes)
/external/zlib/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 826 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>