Lines Matching refs:EStoraged
35 EStoraged::EStoraged( in EStoraged() function in estoraged::EStoraged
146 EStoraged::~EStoraged() in ~EStoraged()
160 void EStoraged::formatLuks(const std::vector<uint8_t>& password, in formatLuks()
180 void EStoraged::erase(Volume::EraseMethod inEraseMethod) in erase()
242 void EStoraged::lock() in lock()
251 void EStoraged::unlock(std::vector<uint8_t> password) in unlock()
260 void EStoraged::changePassword(const std::vector<uint8_t>& oldPassword, in changePassword()
284 bool EStoraged::isLocked() const in isLocked()
305 std::string_view EStoraged::getMountPoint() const in getMountPoint()
310 void EStoraged::formatLuksDev(std::vector<uint8_t> password) in formatLuksDev()
358 CryptHandle EStoraged::loadLuksHeader() in loadLuksHeader()
373 Drive::DriveEncryptionState EStoraged::findEncryptionStatus() in findEncryptionStatus()
386 void EStoraged::activateLuksDev(std::vector<uint8_t> password) in activateLuksDev()
411 void EStoraged::createFilesystem() in createFilesystem()
427 void EStoraged::mountFilesystem() in mountFilesystem()
471 void EStoraged::unmountFilesystem() in unmountFilesystem()
497 void EStoraged::deactivateLuksDev() in deactivateLuksDev()
517 std::string_view EStoraged::getCryptDevicePath() const in getCryptDevicePath()