|
Squid Web Cache master
|
Go to the source code of this file.
Functions | |
| char * | crypt_md5 (const char *pw, const char *salt) |
| char * | md5sum (const char *s) |
| 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().
| char * md5sum | ( | const char * | s | ) |
Definition at line 183 of file crypt_md5.cc.
References SquidMD5Final(), SquidMD5Init(), and SquidMD5Update().
Referenced by main().