Searched refs:DES_cfb_encrypt (Results 1 – 7 of 7) sorted by relevance
/external/openssl/crypto/evp/ |
D | e_des.c | 148 DES_cfb_encrypt(c,d,1,1,ctx->cipher_data,(DES_cblock *)ctx->iv, in des_cfb1_cipher() 167 DES_cfb_encrypt(in,out,8,(long)EVP_MAXCHUNK,ctx->cipher_data, in des_cfb8_cipher() 174 DES_cfb_encrypt(in,out,8,(long)inl,ctx->cipher_data, in des_cfb8_cipher()
|
/external/openssl/crypto/des/ |
D | cfb_enc.c | 71 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_cfb_encrypt() function
|
D | des.h | 147 void DES_cfb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
|
D | des_old.c | 119 DES_cfb_encrypt(in, out, numbits, length, in _ossl_old_des_cfb_encrypt()
|
D | des_old.h | 159 DES_cfb_encrypt((i),(o),(n),(l),&(k),(iv),(e))
|
/external/openssl/include/openssl/ |
D | des.h | 147 void DES_cfb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
|
D | des_old.h | 159 DES_cfb_encrypt((i),(o),(n),(l),&(k),(iv),(e))
|