Struct tss_esapi::structures::EcDaaScheme
source · pub struct EcDaaScheme { /* private fields */ }Expand description
Implementations§
source§impl EcDaaScheme
impl EcDaaScheme
sourcepub const fn new(hashing_algorithm: HashingAlgorithm, count: u16) -> Self
pub const fn new(hashing_algorithm: HashingAlgorithm, count: u16) -> Self
Function for creating a new ECDAA scheme
sourcepub const fn hashing_algorithm(&self) -> HashingAlgorithm
pub const fn hashing_algorithm(&self) -> HashingAlgorithm
Returns the hashing algorithm of the ECDAA scheme.
Trait Implementations§
source§impl Clone for EcDaaScheme
impl Clone for EcDaaScheme
source§fn clone(&self) -> EcDaaScheme
fn clone(&self) -> EcDaaScheme
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EcDaaScheme
impl Debug for EcDaaScheme
source§impl From<EcDaaScheme> for TPMS_SCHEME_ECDAA
impl From<EcDaaScheme> for TPMS_SCHEME_ECDAA
source§fn from(ec_daa_scheme: EcDaaScheme) -> Self
fn from(ec_daa_scheme: EcDaaScheme) -> Self
Converts to this type from the input type.
source§impl PartialEq<EcDaaScheme> for EcDaaScheme
impl PartialEq<EcDaaScheme> for EcDaaScheme
source§fn eq(&self, other: &EcDaaScheme) -> bool
fn eq(&self, other: &EcDaaScheme) -> bool
This method tests for
self and other values to be equal, and is used
by ==.