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

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp3266 Medium::CryptoFilterSettings CryptoSettings; local
3268 i_taskEncryptSettingsSetup(&CryptoSettings, NULL, it->second.c_str(), NULL, false /* fCreateKeyStore */);
3269 vrc = VDFilterAdd(pDisk, "CRYPT", VD_FILTER_FLAGS_READ | VD_FILTER_FLAGS_INFO, CryptoSettings.vdFilterIfaces);
3281 aCipher = CryptoSettings.pszCipherReturned;
3282 RTStrFree(CryptoSettings.pszCipherReturned);
3344 Medium::CryptoFilterSettings CryptoSettings; local
3346 i_taskEncryptSettingsSetup(&CryptoSettings, NULL, it->second.c_str(), aPassword.c_str(),
3348 vrc = VDFilterAdd(pDisk, "CRYPT", VD_FILTER_FLAGS_READ, CryptoSettings.vdFilterIfaces);

Completed in 121 milliseconds