| /external/openssl/crypto/des/ |
| D | DES.xs | 60 des_cbc_encrypt(input,ks,ivec,encrypt) in des_cbc_encrypt() argument 85 des_cbc3_encrypt(input,ks1,ks2,ivec1,ivec2,encrypt) in des_cbc3_encrypt() argument 137 des_cfb_encrypt(input,numbits,ks,ivec,encrypt) in des_cfb_encrypt() argument 162 des_ecb3_encrypt(input,ks1,ks2,encrypt) in des_ecb3_encrypt() argument 203 des_pcbc_encrypt(input,ks,ivec,encrypt) in des_pcbc_encrypt() argument
|
| /external/chromium_org/third_party/tlslite/tlslite/utils/ |
| D | openssl_aes.py | 21 def _createContext(self, encrypt): argument 32 def encrypt(self, plaintext): member in OpenSSL_AES
|
| D | openssl_tripledes.py | 21 def _createContext(self, encrypt): argument 27 def encrypt(self, plaintext): member in OpenSSL_TripleDES
|
| D | rc4.py | 15 def encrypt(self, plaintext): member in RC4
|
| D | pycrypto_rc4.py | 22 def encrypt(self, plaintext): member in PyCrypto_RC4
|
| D | python_rc4.py | 25 def encrypt(self, plaintextBytes): member in Python_RC4
|
| D | tripledes.py | 21 def encrypt(self, plaintext): member in TripleDES
|
| D | aes.py | 28 def encrypt(self, plaintext): member in AES
|
| D | openssl_rc4.py | 24 def encrypt(self, plaintext): member in OpenSSL_RC4
|
| D | pycrypto_aes.py | 23 def encrypt(self, plaintext): member in PyCrypto_AES
|
| D | python_aes.py | 20 def encrypt(self, plaintext): member in Python_AES
|
| D | pycrypto_tripledes.py | 23 def encrypt(self, plaintext): member in PyCrypto_TripleDES
|
| D | rijndael.py | 278 def encrypt(self, plaintext): member in rijndael 364 def encrypt(key, block): function
|
| D | rsakey.py | 136 def encrypt(self, bytes): member in RSAKey
|
| /external/openssl/crypto/rc2/ |
| D | rc2_ecb.c | 74 int encrypt) in RC2_ecb_encrypt()
|
| D | rc2cfb64.c | 69 int *num, int encrypt) in RC2_cfb64_encrypt()
|
| D | rc2_cbc.c | 63 RC2_KEY *ks, unsigned char *iv, int encrypt) in RC2_cbc_encrypt()
|
| /external/openssl/crypto/bf/ |
| D | bf_ecb.c | 82 const BF_KEY *key, int encrypt) in BF_ecb_encrypt()
|
| D | bf_cfb64.c | 68 const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt) in BF_cfb64_encrypt()
|
| D | bf_enc.c | 225 const BF_KEY *schedule, unsigned char *ivec, int encrypt) in BF_cbc_encrypt()
|
| /external/fonttools/Lib/fontTools/misc/ |
| D | eexec.py | 29 def encrypt(plainstring, R): function
|
| /external/conscrypt/src/main/java/org/conscrypt/ |
| D | CryptoUpcalls.java | 108 public static byte[] rawCipherWithPrivateKey(PrivateKey javaKey, boolean encrypt, in rawCipherWithPrivateKey()
|
| /external/chromium_org/chromeos/cryptohome/ |
| D | cryptohome_parameters.cc | 24 bool encrypt, in Secret() 49 bool encrypt, in AuthorizationData()
|
| D | cryptohome_parameters.h | 59 bool encrypt; member
|
| /external/wpa_supplicant_8/src/ap/ |
| D | ctrl_iface_ap.c | 292 int encrypt; in hostapd_ctrl_iface_deauthenticate() local 352 int encrypt; in hostapd_ctrl_iface_disassociate() local
|