Home
last modified time | relevance | path

Searched defs:cipher (Results 1 – 25 of 187) sorted by relevance

12345678

/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
DCipherTest.java65 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/
DCBCBlockCipherMac.java20 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/
DSealedObjectTest.java97 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/
Dpppcrypt.c129 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/
Drijndael-api-fst.c79 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/
DCipher_Impl1Test.java57 Cipher cipher = null; in test_getIV() local
85 Cipher cipher = null; in test_getParameters() local
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/encodings/
DOAEPEncoding.java27 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/
DStreamBlockCipher.java10 private BlockCipher cipher; field in StreamBlockCipher
22 BlockCipher cipher) in StreamBlockCipher()
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/modes/
DOFBBlockCipher.java19 private final BlockCipher cipher; field in OFBBlockCipher
29 BlockCipher cipher, in OFBBlockCipher()
DCFBBlockCipher.java19 private BlockCipher cipher = null; field in CFBBlockCipher
30 BlockCipher cipher, in CFBBlockCipher()
DGOFBBlockCipher.java19 private final BlockCipher cipher; field in GOFBBlockCipher
35 BlockCipher cipher) in GOFBBlockCipher()
/external/dropbear/libtomcrypt/src/misc/crypt/
Dcrypt_unregister_cipher.c23 int unregister_cipher(const struct ltc_cipher_descriptor *cipher) in unregister_cipher()
Dcrypt_register_cipher.c23 int register_cipher(const struct ltc_cipher_descriptor *cipher) in register_cipher()
/external/openssl/crypto/evp/
Devp_enc.c85 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()
Devp_lib.c197 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/
Dtlsv1_common.c101 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/
Dtlsv1_common.c101 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/
DJDKDigestSignature.java51 private AsymmetricBlockCipher cipher; field in JDKDigestSignature
57 AsymmetricBlockCipher cipher) in JDKDigestSignature()
68 AsymmetricBlockCipher cipher) in JDKDigestSignature()
/external/dropbear/libtomcrypt/src/mac/omac/
Domac_file.c30 int omac_file(int cipher, in omac_file()
/external/dropbear/libtomcrypt/src/mac/f9/
Df9_init.c27 int f9_init(f9_state *f9, int cipher, const unsigned char *key, unsigned long keylen) in f9_init()
Df9_file.c30 int f9_file(int cipher, in f9_file()
/external/dropbear/libtomcrypt/src/modes/ecb/
Decb_start.c30 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/
Dxcbc_file.c30 int xcbc_file(int cipher, in xcbc_file()
/external/dropbear/libtomcrypt/src/mac/pmac/
Dpmac_file.c30 int pmac_file(int cipher, in pmac_file()
/external/chromium/net/base/
Dssl_cipher_suite_names_unittest.cc13 const char *key_exchange, *cipher, *mac; in TEST() local

12345678