/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/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() 253 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit() 259 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx,const EVP_CIPHER *cipher, ENGINE *impl, in EVP_EncryptInit_ex() 265 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_DecryptInit() 271 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, in EVP_DecryptInit_ex()
|
D | evp_lib.c | 191 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher) in EVP_CIPHER_flags() 211 int EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) in EVP_CIPHER_iv_length() 221 int EVP_CIPHER_key_length(const EVP_CIPHER *cipher) in EVP_CIPHER_key_length() 231 int EVP_CIPHER_nid(const EVP_CIPHER *cipher) in EVP_CIPHER_nid()
|
D | evp_pbe.c | 72 const EVP_CIPHER *cipher; member 116 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, in EVP_PBE_alg_add()
|
/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/dropbear/libtomcrypt/src/mac/xcbc/ |
D | xcbc_file.c | 30 int xcbc_file(int cipher, in xcbc_file()
|
D | xcbc_init.c | 27 int xcbc_init(xcbc_state *xcbc, int cipher, const unsigned char *key, unsigned long keylen) in xcbc_init()
|
D | xcbc_memory.c | 30 int xcbc_memory(int cipher, in xcbc_memory()
|
/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()
|
D | f9_memory.c | 30 int f9_memory(int cipher, in f9_memory()
|
/external/dropbear/libtomcrypt/src/mac/pmac/ |
D | pmac_file.c | 30 int pmac_file(int cipher, in pmac_file()
|
D | pmac_memory.c | 31 int pmac_memory(int cipher, in pmac_memory()
|
/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/omac/ |
D | omac_file.c | 30 int omac_file(int cipher, in omac_file()
|
D | omac_memory.c | 31 int omac_memory(int cipher, in omac_memory()
|
D | omac_init.c | 29 int omac_init(omac_state *omac, int cipher, const unsigned char *key, unsigned long keylen) in omac_init()
|
/external/dropbear/libtomcrypt/src/modes/ofb/ |
D | ofb_start.c | 31 int ofb_start(int cipher, const unsigned char *IV, const unsigned char *key, in ofb_start()
|
/external/dropbear/libtomcrypt/src/modes/cfb/ |
D | cfb_start.c | 31 int cfb_start(int cipher, const unsigned char *IV, const unsigned char *key, in cfb_start()
|
/external/dropbear/libtomcrypt/src/modes/cbc/ |
D | cbc_start.c | 30 int cbc_start(int cipher, const unsigned char *IV, const unsigned char *key, in cbc_start()
|
/external/dropbear/libtomcrypt/src/modes/ctr/ |
D | ctr_start.c | 32 int ctr_start( int cipher, in ctr_start()
|
/external/dropbear/libtomcrypt/src/encauth/gcm/ |
D | gcm_init.c | 28 int gcm_init(gcm_state *gcm, int cipher, in gcm_init()
|
/external/openssl/crypto/pkcs12/ |
D | p12_p8e.c | 63 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt()
|