Searched refs:DES_ofb64_encrypt (Results 1 - 7 of 7) sorted by relevance

/external/openssl/crypto/des/
H A Dofb64enc.c65 void DES_ofb64_encrypt(register const unsigned char *in, function
H A Ddes.h235 void DES_ofb64_encrypt(const unsigned char *in,unsigned char *out,long length,
H A Ddes_old.c271 DES_ofb64_encrypt(in, out, length, (DES_key_schedule *)schedule,
H A Ddes_old.h221 DES_ofb64_encrypt((i),(o),(l),&(ks),(iv),(n))
/external/openssl/crypto/evp/
H A De_des.c87 DES_ofb64_encrypt(in, out, (long)EVP_MAXCHUNK, ctx->cipher_data,
94 DES_ofb64_encrypt(in, out, (long)inl, ctx->cipher_data,
/external/openssl/include/openssl/
H A Ddes.h235 void DES_ofb64_encrypt(const unsigned char *in,unsigned char *out,long length,
H A Ddes_old.h221 DES_ofb64_encrypt((i),(o),(l),&(ks),(iv),(n))

Completed in 156 milliseconds