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
980
) 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.
/frameworks/base/keystore/java/android/security/keystore/
KeyProtection.java
64
* <p><h3>Example: AES key for
encryption
/decryption in GCM mode</h3>
66
* {@code key1} authorized to be used only for
encryption
/decryption in GCM mode with no padding.
176
* <p><h3>Example: RSA key pair for
encryption
/decryption using PKCS#1 padding</h3>
179
*
encryption
padding scheme. The use of public key is unrestricted, thus permitting
encryption
266
* Gets the time instant after which the key is no long valid for
encryption
and signing.
350
* Returns {@code true} if
encryption
using this key must be sufficiently randomized to produce
453
* Sets the time instant after which the key is no longer valid for
encryption
and signing.
484
* <p>This must be specified for keys which are used for
encryption
/decryption.
488
* ({@link KeyProperties#ENCRYPTION_PADDING_NONE}) and/or PKCS#1
encryption
paddin
[
all
...]
KeyProperties.java
52
* Purpose of key:
encryption
.
147
/** Advanced
Encryption
Standard (AES) key. */
366
* No
encryption
padding.
371
* PKCS#7
encryption
padding scheme.
376
* RSA PKCS#1 v1.5 padding scheme for
encryption
.
381
* RSA Optimal Asymmetric
Encryption
Padding (OAEP) scheme.
402
"Unsupported
encryption
padding scheme: " + padding);
419
"Unsupported
encryption
padding: " + padding);
/developers/samples/android/security/keystore/BasicAndroidKeyStore/
template-params.xml
30
encryption
keys that only your application can access. You can also sign data
70
encryption
keys that only your application can access.
/external/bouncycastle/bcprov/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/openssh/
cipher.h
52
#define SSH_CIPHER_NONE 0 /* no
encryption
*/
56
#define SSH_CIPHER_BROKEN_TSS 4 /* TRI's Simple Stream
encryption
CBC */
/external/wpa_supplicant_8/src/crypto/
aes-eax.c
17
* aes_128_eax_encrypt - AES-128 EAX mode
encryption
18
* @key: Key for
encryption
(16 bytes)
/frameworks/base/packages/BackupRestoreConfirmation/res/values-en-rAU/
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>
/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>
/frameworks/base/packages/BackupRestoreConfirmation/res/values-en-rIN/
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>
/hardware/libhardware/include/hardware/
keymaster_common.h
86
* Key
Encryption
Key (KEK).
89
*
encryption
secret can be unwrapped without having some external
/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
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
wmmintrin.h
58
/* Performs 1 round of AES
encryption
of the first m128i using
66
/* Performs the last round of AES
encryption
of the first m128i
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/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
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/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
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.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
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
wmmintrin.h
58
/* Performs 1 round of AES
encryption
of the first m128i using
66
/* Performs the last round of AES
encryption
of the first m128i
/external/boringssl/src/crypto/pkcs8/
p5_pbev2.c
69
/* PKCS#5 v2.0 password based
encryption
structures */
73
ASN1_SIMPLE(PBE2PARAM,
encryption
, X509_ALGOR)
134
/* Setup the AlgorithmIdentifier for the
encryption
scheme */
135
scheme = pbe2->
encryption
;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/oiw/
OIWObjectIdentifiers.java
44
* {iso(1) identified-organization(3) oiw(14) dirservsig(7) algorithm(2)
encryption
(1) 1 }
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
BlockCipher.java
13
*
encryption
, if false for decryption.
StreamCipher.java
12
*
encryption
, if false for decryption.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
notice.html
73
<p>Content may contain
encryption
software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to
74
another country, of
encryption
software. BEFORE using any
encryption
software, please check the country's laws, regulations and policies concerning the import,
75
possession, or use, and re-export of
encryption
software, to see if this is permitted.</p>
/external/kernel-headers/original/uapi/linux/
loop.h
68
#define LO_CRYPT_FISH2 3 /* Twofish
encryption
*/
/external/libvncserver/common/
d3des.h
32
* for
encryption
or decryption according to MODE.
/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
Completed in 416 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>