Enum optee_utee::crypto_op::OperationMode[][src]

#[repr(u32)]
pub enum OperationMode {
    Encrypt,
    Decrypt,
    Sign,
    Verify,
    Mac,
    Digest,
    Derive,
    IllegalValue,
}
Expand description

Specify one of the available cryptographic operations.

Variants

Encrypt

Encryption mode

Decrypt

Decryption mode

Sign

Signature generation mode

Verify

Signature verfication mode

Mac

MAC mode

Digest

Digest mode

Derive

Key derivation mode

IllegalValue

Reserve for testing and validation

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.