23 #ifndef STORAGE_LUKS_H 24 #define STORAGE_LUKS_H 27 #include "storage/Devices/Encryption.h" 42 static Luks* create(
Devicegraph* devicegraph,
const std::string& dm_name);
60 const Impl& get_impl()
const;
62 virtual Luks* clone()
const override;
71 bool is_luks(
const Device* device);
An encryption layer on a blk device.
Definition: Encryption.h:45
The master container of the libstorage.
Definition: Devicegraph.h:133
An abstract base class of storage devices, and a vertex in the Devicegraph.
Definition: Device.h:73
static std::vector< Luks * > get_all(Devicegraph *devicegraph)
Sorted by dm-table-name.
An luks encryption layer on a block device.
Definition: Luks.h:38
The storage namespace.
Definition: Actiongraph.h:36