OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encryption
(Results
76 - 100
of
684
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/javax/crypto/
EncryptedPrivateKeyInfo.java
59
//
Encryption
algorithm name
61
//
Encryption
algorithm parameters
65
//
Encryption
algorithm OID
159
*
encryption
algorithm parameters an its encrypted data.
162
* the
encryption
algorithm parameters.
194
* Returns the name of the
encryption
algorithm.
196
* @return the name of the
encryption
algorithm.
203
* Returns the parameters used by the
encryption
algorithm.
205
* @return the parameters used by the
encryption
algorithm.
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
RSABlindedEngine.java
55
*
encryption
, and the same length as the key size on decryption.
67
* decryption, and the same length as the key size on
encryption
.
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
AEADBlockCipher.java
9
* A block cipher mode that includes authenticated
encryption
with a streaming mode and optional associated data.
17
* @param forEncryption true if we are setting up for
encryption
, false otherwise.
/external/chromium/chrome/browser/sync/protocol/
autofill_specifics.proto
91
// If
encryption
for autofill++ is not enabled, this is unused. See
95
// If
encryption
for autofill++ is not enabled, this field stores the
/external/wpa_supplicant_8/src/crypto/
aes-eax.c
23
* aes_128_eax_encrypt - AES-128 EAX mode
encryption
24
* @key: Key for
encryption
(16 bytes)
/frameworks/base/packages/BackupRestoreConfirmation/res/values-en-rGB/
strings.xml
28
<string name="device_encryption_restore_text" msgid="1570864916855208992">"Please enter your device
encryption
password below."</string>
29
<string name="device_encryption_backup_text" msgid="5866590762672844664">"Please enter your device
encryption
password below. This will also be used to encrypt the backup archive."</string>
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
LegacyPolicySet.java
58
// bit 49: requires device
encryption
(internal)
60
// bit 50: requires external storage
encryption
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
wmmintrin.h
57
/* Performs 1 round of AES
encryption
of the first m128i using
65
/* Performs the last round of AES
encryption
of the first m128i
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
wmmintrin.h
57
/* Performs 1 round of AES
encryption
of the first m128i using
65
/* Performs the last round of AES
encryption
of the first m128i
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
wmmintrin.h
57
/* Performs 1 round of AES
encryption
of the first m128i using
65
/* Performs the last round of AES
encryption
of the first m128i
/external/bluetooth/bluez/compat/
pand.1
46
Enable
encryption
fakehid.txt
16
<3-slot packets> <5-slot packets> <
encryption
> <slot offset>
56
<
encryption
> <slot offset> <timing accuracy> <role switch>
98
<3-slot packets> <5-slot packets> <
encryption
> <slot offset>
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/
BlockCipher.java
13
*
encryption
, if false for decryption.
/external/chromium/chrome/browser/password_manager/
encryptor.h
13
// The Encryptor class gives access to simple
encryption
and decryption of
encryptor_password_mac.mm
47
// the
encryption
keyword. So as to not lose encrypted data when system
/external/chromium/chrome/browser/sync/
profile_sync_service_harness.h
125
// host performs the
encryption
or a timeout is reached. Returns false if
126
//
encryption
failed, else true.
127
// Note: this method does not currently support tracking
encryption
status
158
// The sync client anticipates
encryption
of new datatypes.
/external/chromium/crypto/
signature_creator_unittest.cc
38
// This is the algorithm ID for SHA-1 with RSA
encryption
.
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
SecurityAgree.java
141
* Set
Encryption
Algorithm (ealg parameter)
142
* @param ealg -
encryption
algorithm value
149
+ "Exception, SecurityClient, setEncryptionAlgorithm(), the
encryption
-algorithm parameter is null");
273
* Get
Encryption
Algorithm
/external/openssl/crypto/asn1/
p5_pbev2.c
65
/* PKCS#5 v2.0 password based
encryption
structures */
69
ASN1_SIMPLE(PBE2PARAM,
encryption
, X509_ALGOR)
112
/* Setup the AlgorithmIdentifier for the
encryption
scheme */
113
scheme = pbe2->
encryption
;
/external/tcpdump/
enc.h
27
* so that we may further the use of strong
encryption
without limitations to
/external/wpa_supplicant/tests/
test_eap_sim_common.c
20
/* http://csrc.nist.gov/
encryption
/dss/Examples-1024bit.pdf */
/external/wpa_supplicant_6/wpa_supplicant/tests/
test_eap_sim_common.c
20
/* http://csrc.nist.gov/
encryption
/dss/Examples-1024bit.pdf */
/external/wpa_supplicant_8/wpa_supplicant/tests/
test_eap_sim_common.c
20
/* http://csrc.nist.gov/
encryption
/dss/Examples-1024bit.pdf */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
loop.h
67
#define LO_CRYPT_FISH2 3 /* Twofish
encryption
*/
/external/bluetooth/bluez/tools/
hciconfig.8
34
encryption
enabled).
64
Enable
encryption
(sets device to security mode 3).
67
Disable
encryption
.
Completed in 348 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>