crypt_md5.h File Reference
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
char * | crypt_md5 (const char *pw, const char *salt) |
char * | md5sum (const char *s) |
Function Documentation
◆ crypt_md5()
char * crypt_md5 | ( | const char * | pw, |
const char * | salt | ||
) |
Definition at line 54 of file crypt_md5.cc.
References md5to64(), SquidMD5Final(), SquidMD5Init(), and SquidMD5Update().
Referenced by main().
◆ md5sum()
char * md5sum | ( | const char * | s | ) |
Definition at line 183 of file crypt_md5.cc.
References SquidMD5Final(), SquidMD5Init(), and SquidMD5Update().
Referenced by main().