Enum optee_utee::crypto_op::ElementId[][src]

#[repr(u32)]
pub enum ElementId {
    ElementNone,
    EccCurveNistP192,
    EccCurveNistP224,
    EccCurveNistP256,
    EccCurveNistP384,
    EccCurveNistP521,
}
Expand description

This specification defines support for optional cryptographic elements.

Variants

ElementNone

Where algId fully defines the required support, the special value TEE_CRYPTO_ELEMENT_NONE should be used

EccCurveNistP192

Source: NIST, Generic: Y, Size: 192 bits

EccCurveNistP224

Source: NIST, Generic: Y, Size: 224 bits

EccCurveNistP256

Source: NIST, Generic: Y, Size: 256 bits

EccCurveNistP384

Source: NIST, Generic: Y, Size: 384 bits

EccCurveNistP521

Source: NIST, Generic: Y, Size: 521 bits

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.