OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encryption
(Results
26 - 50
of
684
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/openssl/crypto/des/
README
18
This kit builds a DES
encryption
library and a DES
encryption
program.
20
triple cfb, desx, and MIT's pcbc
encryption
modes and also has a fast
/external/wpa_supplicant_8/src/crypto/
aes-cbc.c
23
* aes_128_cbc_encrypt - AES-128 CBC
encryption
24
* @key:
Encryption
key
25
* @iv:
Encryption
IV for CBC mode (16 bytes)
aes_wrap.h
6
* - AES-128 CTR mode
encryption
7
* - AES-128 EAX mode
encryption
/decryption
/external/chromium/chrome/browser/password_manager/
encryptor_mac.mm
31
// Prefix for cypher text returned by current
encryption
version. We prefix
33
// this and migrate to different
encryption
without data loss.
37
// in the Keychain. The generated key is for AES
encryption
. Ownership of the
56
// Create an
encryption
key from our password and salt.
/external/srtp/doc/
references.txt
17
ISMAcryp (the Internet Streaming Media Alliance 1.0
Encryption
and
/external/wpa_supplicant_8/src/tls/
pkcs1.h
2
* PKCS #1 (RSA
Encryption
)
/libcore/luni/src/main/java/javax/crypto/
package.html
8
This package provides the classes and interfaces for cryptographic applications implementing algorithms for
encryption
, decryption, or
Cipher.java
40
*
encryption
and decryption. Cipher classes can not be instantiated directly,
70
* Constant for
encryption
operation mode.
449
*
encryption
, decryption, key wrapping or key unwrapping) depending on
487
*
encryption
, decryption, key wrapping or key unwrapping) depending on
535
*
encryption
, decryption, key wrapping or key unwrapping).
574
*
encryption
, decryption, key wrapping or key unwrapping) depending on
625
*
encryption
, decryption, key wrapping or key unwrapping) depending on
666
*
encryption
, decryption, key wrapping or key unwrapping) depending on
716
*
encryption
, decryption, key wrapping or key unwrapping) depending on
756
*
encryption
, decryption, key wrapping or key unwrapping) depending o
[
all
...]
/external/chromium/third_party/libjingle/source/
CHANGELOG
7
- Added option to examples/call to enable
encryption
12
- Added support for call
encryption
.
/external/wpa_supplicant/
aes_wrap.h
6
* - AES-128 CTR mode
encryption
7
* - AES-128 EAX mode
encryption
/decryption
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
aes_wrap.h
6
* - AES-128 CTR mode
encryption
7
* - AES-128 EAX mode
encryption
/decryption
/libcore/luni/src/main/java/javax/crypto/spec/
PBEParameterSpec.java
23
* The algorithm parameter specification for a <i>password based
encryption
</i>
26
* Password based
encryption
is described in <a
/external/chromium/chrome/browser/sync/util/
cryptographer.h
63
// Returns whether |encrypted| can be decrypted using the default
encryption
67
// Encrypts |message| into |encrypted|. Returns true unless
encryption
fails.
68
// Note that
encryption
will fail if |message| isn't valid (eg. a required
87
// become the default
encryption
key and be used for all future calls to
122
// parameters in |bag| and setting the default
encryption
key to
135
NigoriMap::value_type* default_nigori_; // The Nigori used for
encryption
.
/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. -->
/external/chromium/chrome/browser/sync/syncable/
nigori_util.cc
37
// We don't check NIGORI datatype, it uses its own
encryption
scheme.
79
// local changes need to be encrypted if
encryption
for that datatype was
92
// This entry now requires
encryption
.
108
// This entry no longer requires
encryption
.
142
// This datatype requires
encryption
but this data is not encrypted.
/packages/apps/Settings/src/com/android/settings/
CryptKeeperSettings.java
46
// lower than this,
encryption
should not be activated.
49
// Minimum battery charge level (in percent) to launch
encryption
. If the battery charge is
50
// lower than this,
encryption
should not be activated.
133
* If
encryption
is already started, and this launched via a "start
encryption
" intent,
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfo_ImplTest.java
46
* Assertion: Returns the
encryption
algorithm name <br>
72
* Assertion: Returns the
encryption
algorithm name <br>
97
* Assertion: Returns the
encryption
algorithm name <br>
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
RC4Engine.java
14
* during
encryption
and decryption
25
* @param forEncryption whether or not we are for
encryption
.
38
* RC4
encryption
and decryption is completely
/external/chromium/chrome/browser/sync/protocol/
sync_proto.gyp
18
'
encryption
.proto',
63
'<(protoc_out_dir)/chrome/browser/sync/protocol/
encryption
.pb.cc',
64
'<(protoc_out_dir)/chrome/browser/sync/protocol/
encryption
.pb.h',
/external/dropbear/libtomcrypt/notes/
tech0002.txt
10
determine when a computation (such as a public key
encryption
) begins and ends but cannot observe the device
13
Consider a Diffie-Hellman
encryption
which requires the sender to make up a public key "y = g^x mod p". Libtomcrypt
22
DH-768
encryption
requires roughly 50 milliseconds. Take that time and round it up. Now place a delay after the call.
tech0006.txt
11
Encryption
: OAEP as per PKCS #1
60
Encryption
: Homebrew [based on X9.63, differs in that the public point is stored as an ECCPublicKey]
80
The
encryption
works by finding the X9.63 shared secret and hashing it. The hash is then simply XOR'ed against the message [which must be at most the size
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
SecurityAgreeHeader.java
60
* Set
Encryption
Algorithm (ealg parameter)
61
* @param ealg -
encryption
algorithm value
132
* Get
Encryption
Algorithm
/external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft
15
ATTRIBUTE MS-MPPE-
Encryption
-Policy 7 string Microsoft
18
ATTRIBUTE MS-MPPE-
Encryption
-Type 8 string Microsoft
19
ATTRIBUTE MS-MPPE-
Encryption
-Types 8 string Microsoft
/prebuilt/common/http-client/
README.txt
43
to another country, of
encryption
software. BEFORE using any
encryption
45
concerning the import, possession, or use, and re-export of
encryption
/external/dropbear/libtomcrypt/src/headers/
tomcrypt_pkcs.h
9
LTC_PKCS_1_EME = 2 /* Block type 2 (PKCS #1 v1.5
encryption
padding) */
15
LTC_PKCS_1_OAEP = 2, /* PKCS #1 v2.0
encryption
padding */
Completed in 1716 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>