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

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp688 mstrCurrentPassword(strCurrentPassword),
706 if (mstrCurrentPassword.length())
707 RTMemWipeThoroughly(mstrCurrentPassword.mutableRaw(), mstrCurrentPassword.length(), 10 /* cPasses */);
715 Utf8Str mstrCurrentPassword; member in class:Medium::EncryptTask
9294 if (task.mstrCurrentPassword.isEmpty())
9312 i_taskEncryptSettingsSetup(&CryptoSettingsRead, NULL, it->second.c_str(), task.mstrCurrentPassword.c_str(),
9328 && task.mstrCurrentPassword.isNotEmpty())
9331 pszPasswordNew = task.mstrCurrentPassword.c_str();

Completed in 144 milliseconds