class Unseal
Defined at line 54 of file fidling/gen/sdk/fidl/fuchsia.hardware.block.encrypted/fuchsia.hardware.block.encrypted/cpp/fidl/fuchsia.hardware.block.encrypted/cpp/markers.h
Attempts to unseal the device by using the provided master key to unwrap
the data key wrapped in the specified key slot. If the key provided was
the correct key for this slot, then the device node responding to this
protocol will create an unsealed zxcrypt device as a child of itself in
the device tree before returning success.
Returns `ZX_ERR_INVALID_ARGS` if `slot` is invalid.
Returns `ZX_ERR_BAD_STATE` and keeps the device open if the device is already unsealed.
Returns other errors if operations on the underlying block device return errors.
Returns `ZX_OK` on success.
Public Members
static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal