Go to the source code of this file.
Functions | |
| char * | our_MD5End (MD5_CTX *ctx, char *buf) |
| char * | our_MD5File (const char *filename, char *buf) |
| char * | our_MD5Data (const unsigned char *data, unsigned int len, char *buf) |
| char* our_MD5End | ( | MD5_CTX * | ctx, | |
| char * | buf | |||
| ) |
Definition at line 22 of file our_md5hl.c.
Referenced by our_MD5Data(), and our_MD5File().
| char* our_MD5File | ( | const char * | filename, | |
| char * | buf | |||
| ) |
Definition at line 42 of file our_md5hl.c.
| char* our_MD5Data | ( | const unsigned char * | data, | |
| unsigned int | len, | |||
| char * | buf | |||
| ) |
Definition at line 61 of file our_md5hl.c.
1.6.3