ee574e4133f69004969058acac8465845b8be05c
1 #ifndef FWCUTTER_MD5_H_
2 #define FWCUTTER_MD5_H_
12 void MD5Init(struct MD5Context
*ctx
);
13 void MD5Update(struct MD5Context
*ctx
, unsigned char *buf
, unsigned len
);
14 void MD5Final(unsigned char *digest
, struct MD5Context
*ctx
);
16 #endif /* FWCUTTER_MD5_H_ */
This page took 0.052507 seconds and 3 git commands to generate.