<cipher>

Configures the generation of an AES or DEA/TDEA wrapping key and the use of the respective protected key management operations on the virtual server.

Text content

None.

Selected attributes

name=aes | dea
Specifies the AES or DEA/TDEA wrapping key.
state=on | off
on
Enables wrapping key generation.

The respective protected key management operations are available on the virtual server.

off
Disables wrapping key generation.

The respective protected key management operations are not available on the virtual server.

Usage

Disabling protected key encryption

Parent elements

<keywrap>

Child elements

None.

Example

<domain type="kvm">
    ...
    <keywrap>
        <cipher name="aes" state="off"/>
    </keywrap>
    ...
</domain>