TMD5.cxx File Reference

#include "TMD5.h"
#include "TError.h"
#include "TSystem.h"
#include "Bytes.h"
#include <string.h>
#include <errno.h>

Go to the source code of this file.

Defines

#define F1(x, y, z)   (z ^ (x & (y ^ z)))
#define F2(x, y, z)   F1(z, x, y)
#define F3(x, y, z)   (x ^ y ^ z)
#define F4(x, y, z)   (y ^ (x | ~z))
#define MD5STEP(f, w, x, y, z, data, s)   ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )

Functions

 ClassImp (TMD5) TMD5
Bool_t operator== (const TMD5 &m1, const TMD5 &m2)
TBufferoperator<< (TBuffer &buf, const TMD5 &uuid)


Define Documentation

#define F1 ( x,
y,
z   )     (z ^ (x & (y ^ z)))

Definition at line 281 of file TMD5.cxx.

Referenced by TMD5::Transform().

#define F2 ( x,
y,
z   )     F1(z, x, y)

Definition at line 282 of file TMD5.cxx.

Referenced by TMD5::Transform().

#define F3 ( x,
y,
z   )     (x ^ y ^ z)

Definition at line 283 of file TMD5.cxx.

Referenced by TMD5::Transform().

#define F4 ( x,
y,
z   )     (y ^ (x | ~z))

Definition at line 284 of file TMD5.cxx.

Referenced by TMD5::Transform().

#define MD5STEP ( f,
w,
x,
y,
z,
data,
s   )     ( w += f(x, y, z) + data, w = w<<s | w>>(32-s), w += x )

Definition at line 287 of file TMD5.cxx.

Referenced by TMD5::Transform().


Function Documentation

ClassImp ( TMD5   ) 

Definition at line 43 of file TMD5.cxx.

References kFALSE.

TBuffer& operator<< ( TBuffer buf,
const TMD5 uuid 
)

Definition at line 566 of file TMD5.cxx.

Bool_t operator== ( const TMD5 m1,
const TMD5 m2 
)

Definition at line 384 of file TMD5.cxx.


Generated on Tue Jul 5 15:57:16 2011 for ROOT_528-00b_version by  doxygen 1.5.1