ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHmd5Utils.h File Reference
#include "stdio.h"
+ Include dependency graph for PHmd5Utils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int PHmd5Stream (FILE *stream, unsigned char *digest, int *filesize)
 
int PHmd5File (const char *filename, unsigned char *digest, int *filesize)
 

Function Documentation

int PHmd5File ( const char *  filename,
unsigned char *  digest,
int filesize 
)

Definition at line 7 of file PHmd5Utils.cc.

View newest version in sPHENIX GitHub at line 7 of file PHmd5Utils.cc

References fclose(), fp, and PHmd5Stream().

Referenced by PHmd5Value::PHmd5Value(), and PHmd5Value::setFileMD5().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int PHmd5Stream ( FILE *  stream,
unsigned char *  digest,
int filesize 
)

Definition at line 21 of file PHmd5Utils.cc.

View newest version in sPHENIX GitHub at line 21 of file PHmd5Utils.cc

References BLOCKSIZE, md5_append(), md5_finish(), md5_init(), n, and sum.

Referenced by PHmd5File(), and PHmd5Value::PHmd5Value().

+ Here is the call graph for this function:

+ Here is the caller graph for this function: