Home
last modified time | relevance | path

Searched refs:DES_cfb_encrypt (Results 1 – 7 of 7) sorted by relevance

/external/openssl/crypto/evp/
De_des.c148 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/
Dcfb_enc.c71 void DES_cfb_encrypt(const unsigned char *in, unsigned char *out, int numbits, in DES_cfb_encrypt() function
Ddes.h147 void DES_cfb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
Ddes_old.c119 DES_cfb_encrypt(in, out, numbits, length, in _ossl_old_des_cfb_encrypt()
Ddes_old.h159 DES_cfb_encrypt((i),(o),(n),(l),&(k),(iv),(e))
/external/openssl/include/openssl/
Ddes.h147 void DES_cfb_encrypt(const unsigned char *in,unsigned char *out,int numbits,
Ddes_old.h159 DES_cfb_encrypt((i),(o),(n),(l),&(k),(iv),(e))