[−][src]Enum parsec_interface::operations::psa_algorithm::FullLengthMac
Enumeration of untruncated MAC algorithms.
Variants
HMAC algorithm
Fields of Hmac
hash_alg: Hash
Hash algorithm to use.
The CBC-MAC construction over a block cipher.
The CMAC construction over a block cipher.
Implementations
impl FullLengthMac
[src]
pub fn is_alg_permitted(self, alg: FullLengthMac) -> bool
[src]
Check if the alg given for a cryptographic operation is permitted to be used with this algorithm as a policy
Trait Implementations
impl Clone for FullLengthMac
[src]
fn clone(&self) -> FullLengthMac
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for FullLengthMac
[src]
impl Debug for FullLengthMac
[src]
impl<'de> Deserialize<'de> for FullLengthMac
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<FullLengthMac> for FullLengthMac
[src]
fn eq(&self, other: &FullLengthMac) -> bool
[src]
fn ne(&self, other: &FullLengthMac) -> bool
[src]
impl Serialize for FullLengthMac
[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
impl StructuralPartialEq for FullLengthMac
[src]
Auto Trait Implementations
impl RefUnwindSafe for FullLengthMac
impl Send for FullLengthMac
impl Sync for FullLengthMac
impl Unpin for FullLengthMac
impl UnwindSafe for FullLengthMac
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,