Home
last modified time | relevance | path

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

1234

/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/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()
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()
Devp_lib.c191 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()
Devp_pbe.c72 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/
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/dropbear/libtomcrypt/src/mac/xcbc/
Dxcbc_file.c30 int xcbc_file(int cipher, in xcbc_file()
Dxcbc_init.c27 int xcbc_init(xcbc_state *xcbc, int cipher, const unsigned char *key, unsigned long keylen) in xcbc_init()
Dxcbc_memory.c30 int xcbc_memory(int cipher, in xcbc_memory()
/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()
Df9_memory.c30 int f9_memory(int cipher, in f9_memory()
/external/dropbear/libtomcrypt/src/mac/pmac/
Dpmac_file.c30 int pmac_file(int cipher, in pmac_file()
Dpmac_memory.c31 int pmac_memory(int cipher, in pmac_memory()
/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/omac/
Domac_file.c30 int omac_file(int cipher, in omac_file()
Domac_memory.c31 int omac_memory(int cipher, in omac_memory()
Domac_init.c29 int omac_init(omac_state *omac, int cipher, const unsigned char *key, unsigned long keylen) in omac_init()
/external/dropbear/libtomcrypt/src/modes/ofb/
Dofb_start.c31 int ofb_start(int cipher, const unsigned char *IV, const unsigned char *key, in ofb_start()
/external/dropbear/libtomcrypt/src/modes/cfb/
Dcfb_start.c31 int cfb_start(int cipher, const unsigned char *IV, const unsigned char *key, in cfb_start()
/external/dropbear/libtomcrypt/src/modes/cbc/
Dcbc_start.c30 int cbc_start(int cipher, const unsigned char *IV, const unsigned char *key, in cbc_start()
/external/dropbear/libtomcrypt/src/modes/ctr/
Dctr_start.c32 int ctr_start( int cipher, in ctr_start()
/external/dropbear/libtomcrypt/src/encauth/gcm/
Dgcm_init.c28 int gcm_init(gcm_state *gcm, int cipher, in gcm_init()
/external/openssl/crypto/pkcs12/
Dp12_p8e.c63 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, in PKCS8_encrypt()

1234