Skip to content

Fix invalid assert for hw-opal data segment keys.

hw-opal segment does not receive volume key for data encryption, unlike crypt segment or hw-opal-crypt segment. It gets key encryption key that is passed to device fw which later unlocks the locking range key sealed in the device.

The assert may be skipped while volume key is not set.

Fixes: #875 (closed).

Merge request reports