Go to the documentation of this file. 1 #ifndef __XRDCKSCALCMD2_HH__
2 #define __XRDCKSCALCMD5_HH__
34 void Update(
const char *Buff,
int BLen)
35 {
MD5Update((
unsigned char *)Buff,(
unsigned)BLen);}
37 const char *
Type(
int &csSz) {csSz =
sizeof(
myDigest);
return "md5";}
53 void byteReverse(
unsigned char *buf,
unsigned longs);
54 void MD5Update(
unsigned char const *buf,
unsigned int len);
57 void MD5Transform(
unsigned int buf[4],
unsigned int const in[16]);