Searched refs:DES_cfb64_encrypt (Results 1 – 7 of 7) sorted by relevance
/external/openssl/crypto/evp/ |
D | e_des.c | 121 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/ |
D | cfb64enc.c | 66 void DES_cfb64_encrypt(const unsigned char *in, unsigned char *out, in DES_cfb64_encrypt() function
|
D | des.h | 229 void DES_cfb64_encrypt(const unsigned char *in,unsigned char *out,long length,
|
D | des_old.c | 265 DES_cfb64_encrypt(in, out, length, (DES_key_schedule *)schedule, in _ossl_old_des_cfb64_encrypt()
|
D | des_old.h | 219 DES_cfb64_encrypt((i),(o),(l),&(ks),(iv),(n),(e))
|
/external/openssl/include/openssl/ |
D | des.h | 229 void DES_cfb64_encrypt(const unsigned char *in,unsigned char *out,long length,
|
D | des_old.h | 219 DES_cfb64_encrypt((i),(o),(l),&(ks),(iv),(n),(e))
|