AU_crypt 74 include/AU_util.h char * AU_crypt(const char *key, const char *setting); AU_crypt 74 modules/au/AU_util.h char * AU_crypt(const char *key, const char *setting); AU_crypt 1339 modules/up/UP_util.cc if(strcmp(AU_crypt(temp[i], crypted_password), crypted_password) == 0){