Searched refs:DES_xcbc_encrypt (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
D | e_xcbc_d.c | 121 DES_xcbc_encrypt(in,out,(long)EVP_MAXCHUNK,&data(ctx)->ks, in desx_cbc_cipher() 131 DES_xcbc_encrypt(in,out,(long)inl,&data(ctx)->ks, in desx_cbc_cipher()
|
/external/openssl/crypto/evp/ |
D | e_xcbc_d.c | 121 DES_xcbc_encrypt(in,out,(long)EVP_MAXCHUNK,&data(ctx)->ks, in desx_cbc_cipher() 131 DES_xcbc_encrypt(in,out,(long)inl,&data(ctx)->ks, in desx_cbc_cipher()
|
/external/chromium_org/third_party/openssl/openssl/crypto/des/ |
D | xcbc_enc.c | 112 void DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, in DES_xcbc_encrypt() function
|
D | des.h | 144 void DES_xcbc_encrypt(const unsigned char *input,unsigned char *output,
|
D | des_old.c | 113 DES_xcbc_encrypt((unsigned char *)input, (unsigned char *)output, in _ossl_old_des_xcbc_encrypt()
|
D | des_old.h | 157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
|
/external/openssl/crypto/des/ |
D | xcbc_enc.c | 112 void DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, in DES_xcbc_encrypt() function
|
D | des.h | 144 void DES_xcbc_encrypt(const unsigned char *input,unsigned char *output,
|
D | des_old.c | 113 DES_xcbc_encrypt((unsigned char *)input, (unsigned char *)output, in _ossl_old_des_xcbc_encrypt()
|
D | des_old.h | 157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
|
/external/openssl/include/openssl/ |
D | des.h | 144 void DES_xcbc_encrypt(const unsigned char *input,unsigned char *output,
|
D | des_old.h | 157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
D | des.h | 144 void DES_xcbc_encrypt(const unsigned char *input,unsigned char *output,
|
D | des_old.h | 157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e))
|