Enum optee_utee::crypto_op::OperationConstant
source · pub enum OperationConstant {
Cipher = 1,
Mac = 3,
Ae = 4,
Digest = 5,
AsymmetricCipher = 6,
AsymmetricSignature = 7,
KeyDerivation = 8,
}
Expand description
Define the supported crypto operation.
Variants§
Cipher = 1
Mac = 3
Ae = 4
Digest = 5
AsymmetricCipher = 6
AsymmetricSignature = 7
KeyDerivation = 8
Auto Trait Implementations§
impl Freeze for OperationConstant
impl RefUnwindSafe for OperationConstant
impl Send for OperationConstant
impl Sync for OperationConstant
impl Unpin for OperationConstant
impl UnwindSafe for OperationConstant
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more