Home
last modified time | relevance | path

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

/external/openssl/crypto/evp/
De_des.c121 DES_cfb64_encrypt(in,out, (long)EVP_MAXCHUNK, ctx->cipher_data, in des_cfb64_cipher()
128 DES_cfb64_encrypt(in, out, (long)inl, ctx->cipher_data, in des_cfb64_cipher()
/external/openssl/crypto/des/
Dcfb64enc.c66 void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out, in DES_cfb64_encrypt() function
Ddes.h229 void DES_cfb64_encrypt(const unsigned char *in,unsigned char *out,long length,
Ddes_old.c265 DES_cfb64_encrypt(in, out, length, (DES_key_schedule *)schedule, in _ossl_old_des_cfb64_encrypt()
Ddes_old.h219 DES_cfb64_encrypt((i),(o),(l),&(ks),(iv),(n),(e))
/external/openssl/include/openssl/
Ddes.h229 void DES_cfb64_encrypt(const unsigned char *in,unsigned char *out,long length,
Ddes_old.h219 DES_cfb64_encrypt((i),(o),(l),&(ks),(iv),(n),(e))