Searched defs:strCipher (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsGeneral.cpp108 QString strCipher; local
125 if (strCurrentCipher != strCipher)
127 if (strCipher.isNull())
128 strCipher = strCurrentCipher;
139 generalData.m_iEncryptionCipherIndex = m_encryptionCiphers.indexOf(strCipher);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDisk.cpp1240 Bstr strCipher; local
1242 HRESULT rc2 = pMedium->GetEncryptionSettings(strCipher.asOutParam(), strPasswordId.asOutParam());
1248 RTPrintf("Cipher: %ls\n", strCipher.raw());
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIMachineLogic.cpp2409 QString strCipher; local
2410 const QString strPasswordId = medium.GetEncryptionSettings(strCipher);
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp682 const com::Utf8Str &strCipher,
689 mstrCipher(strCipher),
679 EncryptTask(Medium *aMedium, const com::Utf8Str &strNewPassword, const com::Utf8Str &strCurrentPassword, const com::Utf8Str &strCipher, const com::Utf8Str &strNewPasswordId, Progress *aProgress, MediumLockList *aMediumLockList) argument

Completed in 80 milliseconds