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

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp3087 HRESULT Medium::changeEncryption(const com::Utf8Str &aCurrentPassword, const com::Utf8Str &aCipher, argument
3184 && aCipher.isEmpty())
3200 aCipher, aNewPasswordId, pProgress, pMediumLockList);
3221 HRESULT Medium::getEncryptionSettings(com::Utf8Str &aCipher, com::Utf8Str &aPasswordId) argument
3281 aCipher = CryptoSettings.pszCipherReturned;

Completed in 70 milliseconds