I am encrypting data using function EVP_Cipher. I would like to know if it
is possible to encrypt data by this fcion 'in place' as shown here:     
     EVP_Cipher(ds, buf, buf, l);
where 'ds' is encryption context and 'l' is length of encrypted data, buf is
buffer holding data to be encrypted, 
or I really need one input and differnet output buffer ?

Julo Siska
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to