Searched refs:CryptoSettingsRead (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Main/src-server/ |
H A D | MediumImpl.cpp | 8825 Medium::CryptoFilterSettings CryptoSettingsRead; local 8826 i_taskEncryptSettingsSetup(&CryptoSettingsRead, NULL, itKeyStore->second.c_str(), (const char *)pKey->getKeyBuffer(), 8828 vrc = VDFilterAdd(hdd, "CRYPT", VD_FILTER_FLAGS_READ, CryptoSettingsRead.vdFilterIfaces); 9286 Medium::CryptoFilterSettings CryptoSettingsRead; local 9312 i_taskEncryptSettingsSetup(&CryptoSettingsRead, NULL, it->second.c_str(), task.mstrCurrentPassword.c_str(), 9314 vrc = VDFilterAdd(pDisk, "CRYPT", VD_FILTER_FLAGS_READ, CryptoSettingsRead.vdFilterIfaces); 9422 if (CryptoSettingsRead.pszCipherReturned) 9423 RTStrFree(CryptoSettingsRead.pszCipherReturned);
|
Completed in 464 milliseconds