Enum optee_utee::crypto_op::OperationStates[][src]

#[repr(u32)]
pub enum OperationStates {
    Initial,
    Active,
}
Expand description

Every operation of AE, Asymmetric, Cipher, DeriveKey, Digest, Mac can be either one of the two states.

Variants

Initial

Nothing is going on.

Active

An operation is in progress.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.