Searched refs:pwd_hash (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A Damule-remote-gui.cpp78 wxConfig::Get()->Read(wxT("/EC/Password"), &pwd_hash);
82 CastChild(ID_EC_PASSWD, wxTextCtrl)->SetValue(pwd_hash);
90 return pwd_hash;
107 if (passwd != pwd_hash) {
108 pwd_hash = MD5Sum(passwd).GetHash();
H A Damule-remote-gui.h58 wxString pwd_hash; member in class:CEConnectDlg

Completed in 26 milliseconds