Union tss_esapi_sys::TPMU_HA
source · [−]#[repr(C)]
pub union TPMU_HA {
pub sha1: [BYTE; 20],
pub sha256: [BYTE; 32],
pub sha384: [BYTE; 48],
pub sha512: [BYTE; 64],
pub sm3_256: [BYTE; 32],
}Fields
sha1: [BYTE; 20]sha256: [BYTE; 32]sha384: [BYTE; 48]sha512: [BYTE; 64]sm3_256: [BYTE; 32]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TPMU_HA
impl UnwindSafe for TPMU_HA
Blanket Implementations
Mutably borrows from an owned value. Read more