HomeSort by relevance Sort by last modified time
    Searched refs:DES_xcbc_encrypt (Results 1 - 7 of 7) sorted by null

  /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.h 144 void DES_xcbc_encrypt(const unsigned char *input,unsigned char *output,
des_old.c 113 DES_xcbc_encrypt((unsigned char *)input, (unsigned char *)output,
xcbc_enc.c 112 void DES_xcbc_encrypt(const unsigned char *in, unsigned char *out,
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
  /external/openssl/include/openssl/
des.h 144 void DES_xcbc_encrypt(const unsigned char *input,unsigned char *output,
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

Completed in 85 milliseconds