Hello Joshi,

On Wed, Jul 29, 2009 at 01:13:27PM +0530, joshi chandran wrote:

> , I want to find the definition of this function. The prototype of
> this function is there in md5.h file but when i tried to find the code
> for this function , i was not able to find any code related to this
> function.

MD5_Init() is in crypto/md5/md5_dgst.c

MD5_Update() and MD5_Final() are mapped to HASH_UPDATE() and
HASH_FINAL(), respectively. This is defined in crypto/md5/md5_locl.h

HASH_UPDATE() and HASH_FINAL() are implemented in crypto/md32_common.h

Best regards,

   Martin
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to