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

  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
e_des.c 148 DES_cfb_encrypt(c,d,1,1,ctx->cipher_data,(DES_cblock *)ctx->iv,
167 DES_cfb_encrypt(in,out,8,(long)EVP_MAXCHUNK,ctx->cipher_data,
174 DES_cfb_encrypt(in,out,8,(long)inl,ctx->cipher_data,
  /external/openssl/crypto/evp/
e_des.c 148 DES_cfb_encrypt(c,d,1,1,ctx->cipher_data,(DES_cblock *)ctx->iv,
167 DES_cfb_encrypt(in,out,8,(long)EVP_MAXCHUNK,ctx->cipher_data,
174 DES_cfb_encrypt(in,out,8,(long)inl,ctx->cipher_data,
  /external/chromium_org/third_party/openssl/openssl/crypto/des/
cfb_enc.c 71 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
des.h 147 void DES_cfb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
des_old.c 119 DES_cfb_encrypt(in, out, numbits, length,
des_old.h 158 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro
159 DES_cfb_encrypt((i),(o),(n),(l),&(k),(iv),(e))
261 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro
  /external/openssl/crypto/des/
cfb_enc.c 71 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits,
des.h 147 void DES_cfb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
des_old.c 119 DES_cfb_encrypt(in, out, numbits, length,
des_old.h 158 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro
159 DES_cfb_encrypt((i),(o),(n),(l),&(k),(iv),(e))
261 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
des.h 147 void DES_cfb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
des_old.h 158 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro
159 DES_cfb_encrypt((i),(o),(n),(l),&(k),(iv),(e))
261 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro
  /external/openssl/include/openssl/
des.h 147 void DES_cfb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
des_old.h 158 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro
159 DES_cfb_encrypt((i),(o),(n),(l),&(k),(iv),(e))
261 #define des_cfb_encrypt(i,o,n,l,k,iv,e)\ macro

Completed in 187 milliseconds