/external/openssl/crypto/evp/ |
e_xcbc_d.c | 121 DES_xcbc_encrypt(in,out,(long)EVP_MAXCHUNK,&data(ctx)->ks, 131 DES_xcbc_encrypt(in,out,(long)inl,&data(ctx)->ks,
|
/external/openssl/crypto/des/ |
des_old.h | 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ macro 157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e)) 259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ macro 431 # define xcbc_encrypt des_xcbc_encrypt
|
des_old.c | 113 DES_xcbc_encrypt((unsigned char *)input, (unsigned char *)output,
|
des.h | 144 void DES_xcbc_encrypt(const unsigned char *input,unsigned char *output,
|
destest.c | 498 des_xcbc_encrypt(cbc_data,cbc_out,strlen((char *)cbc_data)+1,ks, 502 printf("des_xcbc_encrypt encrypt error\n"); 506 des_xcbc_encrypt(cbc_out,cbc_in,strlen((char *)cbc_data)+1,ks, 510 printf("des_xcbc_encrypt decrypt error\n");
|
xcbc_enc.c | 112 void DES_xcbc_encrypt(const unsigned char *in, unsigned char *out,
|
/external/openssl/include/openssl/ |
des_old.h | 156 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ macro 157 DES_xcbc_encrypt((i),(o),(l),&(k),(iv),(inw),(outw),(e)) 259 #define des_xcbc_encrypt(i,o,l,k,iv,inw,outw,e)\ macro 431 # define xcbc_encrypt des_xcbc_encrypt
|
des.h | 144 void DES_xcbc_encrypt(const unsigned char *input,unsigned char *output,
|