Searched refs:DES_cfb_encrypt (Results 1 - 5 of 5) sorted by relevance

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

Completed in 168 milliseconds