Thanks Martin. I can find the definition of MD5_Update() and MD5_Final() . But was not able to find the definition for MD5_Init() in crypto/md5/md5_dgst.c
On Wed, Jul 29, 2009 at 1:38 PM, Martin Kaiser<li...@kaiser.cx> wrote: > 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-us...@openssl.org > Automated List Manager majord...@openssl.org > -- Regards Joshi Chandran ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org