/external/dropbear/libtomcrypt/src/modes/ctr/ |
ctr_decrypt.c | 15 CTR implementation, decrypt data, Tom St Denis 21 CTR decrypt
|
/external/dropbear/libtomcrypt/src/modes/f8/ |
f8_decrypt.c | 15 F8 implementation, decrypt data, Tom St Denis 21 F8 decrypt
|
/external/dropbear/libtomcrypt/src/modes/ofb/ |
ofb_decrypt.c | 15 OFB implementation, decrypt data, Tom St Denis 21 OFB decrypt
|
/external/dropbear/libtomcrypt/src/encauth/eax/ |
eax_decrypt.c | 14 EAX implementation, decrypt block, by Tom St Denis 21 Decrypt data with the EAX protocol 42 /* decrypt */
|
eax_decrypt_verify_memory.c | 14 EAX implementation, decrypt block of memory, by Tom St Denis 21 Decrypt a block of memory and verify the provided MAC tag with EAX
|
/external/dropbear/libtomcrypt/src/modes/lrw/ |
lrw_decrypt.c | 15 LRW_MODE implementation, Decrypt blocks, Tom St Denis 21 LRW decrypt blocks
|
lrw_process.c | 15 LRW_MODE implementation, Encrypt/decrypt blocks, Tom St Denis 21 Process blocks with LRW, since decrypt/encrypt are largely the same they share this code.
|
/external/openssl/crypto/evp/ |
evptests.txt | 1 #cipher:key:iv:plaintext:ciphertext:0/1(decrypt/encrypt) 32 # AES 128 ECB tests (from NIST test vectors, decrypt) 36 # AES 192 ECB tests (from NIST test vectors, decrypt) 40 # AES 256 ECB tests (from NIST test vectors, decrypt) 56 # AES 128 CBC tests (from NIST test vectors, decrypt) 63 # ECB-AES128.Encrypt and ECB-AES128.Decrypt 68 # ECB-AES192.Encrypt and ECB-AES192.Decrypt 73 # ECB-AES256.Encrypt and ECB-AES256.Decrypt 80 # CBC-AES128.Encrypt and CBC-AES128.Decrypt 85 # CBC-AES192.Encrypt and CBC-AES192.Decrypt [all...] |
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_decrypt.c | 14 OCB implementation, decrypt data, by Tom St Denis 21 Decrypt a block with OCB.
|
ocb_decrypt_verify_memory.c | 14 OCB implementation, helper to decrypt block of memory, by Tom St Denis 21 Decrypt and compare the tag with OCB.
|
s_ocb_done.c | 21 * be used to finish a decrypt or encrypt stream. The only difference 23 * before we CTR [decrypt] or after [encrypt] 36 @param mode The mode we are terminating, 0==encrypt, 1==decrypt 92 /* decrypt mode, so let's xor it first */
|
/external/dropbear/libtomcrypt/src/modes/cfb/ |
cfb_decrypt.c | 15 CFB implementation, decrypt data, Tom St Denis 21 CFB decrypt
|
/external/dropbear/libtomcrypt/src/modes/ecb/ |
ecb_decrypt.c | 15 ECB implementation, decrypt a block, Tom St Denis 21 ECB decrypt
|
/external/openssl/crypto/des/ |
des.pod | 5 des - encrypt or decrypt data using Data Encryption Standard 49 (for decrypt) must be specified. 54 in conjunction or instead of the a encrypt/decrypt option to generate 125 Decrypt data that was encrypted with the B<-e> option. 129 Decrypt data that was encrypted with the B<-E> option. 205 not decrypt filename (the B<-u> option will gobble the B<-d> option).
|
/frameworks/base/media/libdrm/mobile2/include/util/crypto/ |
DrmCrypto.h | 29 // aes crypto for decrypt 37 * decrypt data using AES, now only support 128 bits CBC 60 // get the actual length of decrypt data
182 * Decrypt data using RSA
190 int decrypt( const unsigned char* encData,
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/ |
PasswordProtectedInputStream.java | 31 private byte[] password; // Password to use to decrypt the input bytes 39 * @param password The password bytes to use to decrypt the input bytes
|
/external/dropbear/libtomcrypt/src/modes/cbc/ |
cbc_decrypt.c | 22 CBC decrypt 65 /* decrypt */
|
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/ |
StreamCipher.java | 28 * encrypt/decrypt a single byte returning the result.
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ConnectionState.java | 58 * decrypt call 123 protected byte[] decrypt(byte type, byte[] fragment) { method in class:ConnectionState 124 return decrypt(type, fragment, 0, fragment.length); 136 protected abstract byte[] decrypt method in class:ConnectionState
|
/external/dropbear/libtomcrypt/demos/ |
encrypt.c | 100 unsigned long outlen, y, ivsize, x, decrypt; local 115 decrypt = 1; 120 decrypt = 0; 166 if (decrypt) {
|
/external/qemu/ |
d3des.h | 23 #define DE1 1 /* MODE == decrypt */
|
/external/wpa_supplicant_6/wpa_supplicant/examples/ |
openCryptoki.conf | 10 # Usage: decrypt, sign, unwrap
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/ |
SealedObject.java | 139 * the key to decrypt the data with. 146 * if the algorithm to decrypt the data is not available. 148 * if the specified key cannot be used to decrypt the data. 201 * the cipher to decrypt the data. 232 * the key to decrypt the data. 241 * if the algorithm used to decrypt the data is not available. 245 * if the specified key cannot be used to decrypt the data.
|
EncryptedPrivateKeyInfo.java | 241 * if the specified cipher is not suited to decrypt the 274 * the key to decrypt the encrypted data with. 277 * if no usable cipher can be found to decrypt the encrypted 280 * if {@code decryptKey} is not usable to decrypt the encrypted 324 * the key to decrypt the encrypted data with. 332 * if no usable cipher can be found to decrypt the encrypted 335 * if {@code decryptKey} is not usable to decrypt the encrypted 385 * the key to decrypt the encrypted data with. 390 * if no usable cipher can be found to decrypt the encrypted 393 * if {@code decryptKey} is not usable to decrypt the encrypte [all...] |
/external/dropbear/libtomcrypt/src/pk/dsa/ |
dsa_decrypt_key.c | 21 Decrypt an DSA encrypted key 113 /* Decrypt the key */
|