/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | CipherTest.java | 65 Cipher cipher = Cipher.getInstance("DESede/CBC/PKCS5Padding"); in test_getInstanceLjava_lang_String() local 81 Cipher cipher = Cipher.getInstance("DES", providers[i].getName()); in test_getInstanceLjava_lang_StringLjava_lang_String() local 122 Cipher cipher = Cipher.getInstance("DES", providers[i]); in test_getInstanceLjava_lang_StringLjava_security_Provider() local 138 Cipher cipher = Cipher.getInstance("AES", provider.getName()); in test_getProvider() local 152 Cipher cipher = Cipher.getInstance(algorithm); in test_getAlgorithm() local 163 Cipher cipher = Cipher.getInstance(algorithm); in test_getBlockSize() local 173 Cipher cipher = Cipher.getInstance(algorithm + "/ECB/PKCS5Padding"); in test_getOutputSizeI() local 189 Cipher cipher = Cipher.getInstance(algorithm + "/ECB/PKCS5Padding"); in test_initILjava_security_Key() local 200 Cipher cipher = Cipher.getInstance(algorithm + "/ECB/PKCS5Padding"); in test_initILjava_security_KeyLjava_security_SecureRandom() local 211 Cipher cipher = null; in test_initILjava_security_KeyLjava_security_spec_AlgorithmParameterSpec() local [all …]
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/macs/ |
D | CBCBlockCipherMac.java | 20 private BlockCipher cipher; field in CBCBlockCipherMac 32 BlockCipher cipher) in CBCBlockCipherMac() 45 BlockCipher cipher, in CBCBlockCipherMac() 65 BlockCipher cipher, in CBCBlockCipherMac() 86 BlockCipher cipher, in CBCBlockCipherMac()
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
D | SealedObjectTest.java | 97 Cipher cipher = new NullCipher(); in testSealedObject2() local 119 Cipher cipher = Cipher.getInstance(algorithm); in testGetAlgorithm() local 139 Cipher cipher = Cipher.getInstance("DES/CBC/PKCS5Padding"); in testGetObject1() local 174 Cipher cipher = Cipher.getInstance("DES/CBC/PKCS5Padding"); in testGetObject2() local 212 Cipher cipher = Cipher.getInstance("DES"); in testGetObject3() local
|
/external/ppp/pppd/ |
D | pppcrypt.c | 129 DesEncrypt(clear, cipher) in DesEncrypt() argument 145 DesDecrypt(cipher, clear) in DesDecrypt() argument 174 DesEncrypt(clear, cipher) in DesEncrypt() argument 184 DesDecrypt(cipher, clear) in DesDecrypt() argument
|
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
D | rijndael-api-fst.c | 79 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { in rijndael_cipherInit() 93 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockEncrypt() 207 int rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padEncrypt() 270 int rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_blockDecrypt() 368 int rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, in rijndael_padDecrypt() 460 int rijndael_cipherUpdateRounds(cipherInstance *cipher, keyInstance *key, in rijndael_cipherUpdateRounds()
|
/external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/ |
D | Cipher_Impl1Test.java | 57 Cipher cipher = null; in test_getIV() local 85 Cipher cipher = null; in test_getParameters() local
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/ |
D | OAEPEncoding.java | 27 AsymmetricBlockCipher cipher) in OAEPEncoding() 33 AsymmetricBlockCipher cipher, in OAEPEncoding() 40 AsymmetricBlockCipher cipher, in OAEPEncoding() 48 AsymmetricBlockCipher cipher, in OAEPEncoding()
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/ |
D | StreamBlockCipher.java | 10 private BlockCipher cipher; field in StreamBlockCipher 22 BlockCipher cipher) in StreamBlockCipher()
|
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/ |
D | OFBBlockCipher.java | 19 private final BlockCipher cipher; field in OFBBlockCipher 29 BlockCipher cipher, in OFBBlockCipher()
|
D | CFBBlockCipher.java | 19 private BlockCipher cipher = null; field in CFBBlockCipher 30 BlockCipher cipher, in CFBBlockCipher()
|
D | GOFBBlockCipher.java | 19 private final BlockCipher cipher; field in GOFBBlockCipher 35 BlockCipher cipher) in GOFBBlockCipher()
|
/external/dropbear/libtomcrypt/src/misc/crypt/ |
D | crypt_unregister_cipher.c | 23 int unregister_cipher(const struct ltc_cipher_descriptor *cipher) in unregister_cipher()
|
D | crypt_register_cipher.c | 23 int register_cipher(const struct ltc_cipher_descriptor *cipher) in register_cipher()
|
/external/openssl/crypto/evp/ |
D | evp_enc.c | 85 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit() 93 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_CipherInit_ex() 254 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit() 260 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, in EVP_EncryptInit_ex() 266 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit() 272 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_DecryptInit_ex()
|
D | evp_lib.c | 197 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_flags() 217 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_iv_length() 227 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher) in EVP_CIPHER_key_length() 237 int EVP_CIPHER_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_nid()
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
D | tlsv1_common.c | 101 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher) in tls_get_cipher_data() 111 int tls_server_key_exchange_allowed(tls_cipher cipher) in tls_server_key_exchange_allowed()
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_common.c | 101 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher) in tls_get_cipher_data() 111 int tls_server_key_exchange_allowed(tls_cipher cipher) in tls_server_key_exchange_allowed()
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
D | JDKDigestSignature.java | 51 private AsymmetricBlockCipher cipher; field in JDKDigestSignature 57 AsymmetricBlockCipher cipher) in JDKDigestSignature() 68 AsymmetricBlockCipher cipher) in JDKDigestSignature()
|
/external/dropbear/libtomcrypt/src/mac/omac/ |
D | omac_file.c | 30 int omac_file(int cipher, in omac_file()
|
/external/dropbear/libtomcrypt/src/mac/f9/ |
D | f9_init.c | 27 int f9_init(f9_state *f9, int cipher, const unsigned char *key, unsigned long keylen) in f9_init()
|
D | f9_file.c | 30 int f9_file(int cipher, in f9_file()
|
/external/dropbear/libtomcrypt/src/modes/ecb/ |
D | ecb_start.c | 30 int ecb_start(int cipher, const unsigned char *key, int keylen, int num_rounds, symmetric_ECB *ecb) in ecb_start()
|
/external/dropbear/libtomcrypt/src/mac/xcbc/ |
D | xcbc_file.c | 30 int xcbc_file(int cipher, in xcbc_file()
|
/external/dropbear/libtomcrypt/src/mac/pmac/ |
D | pmac_file.c | 30 int pmac_file(int cipher, in pmac_file()
|
/external/chromium/net/base/ |
D | ssl_cipher_suite_names_unittest.cc | 13 const char *key_exchange, *cipher, *mac; in TEST() local
|