crypt_md5         160 modules/au/AU_util.c     cryptpw = crypt_md5((const char *)password_item->data, (const char *)salt );
crypt_md5          36 modules/au/crypt.h char *crypt_md5(const char *pw, const char *salt);
crypt_md5         628 utils/md5_pw.c   cryptpw = crypt_md5((const char *)passwd, (const char *)salt );