Type Alias TpmRhValue
Source pub type TpmRhValue = TpmRh;
#[repr(u32)]
pub enum TpmRhValue {
Show 22 variants
Srk = 1_073_741_824,
Owner = 1_073_741_825,
Revoke = 1_073_741_826,
Transport = 1_073_741_827,
Operator = 1_073_741_828,
Admin = 1_073_741_829,
Ek = 1_073_741_830,
Null = 1_073_741_831,
Unassigned = 1_073_741_832,
Pw = 1_073_741_833,
Lockout = 1_073_741_834,
Endorsement = 1_073_741_835,
Platform = 1_073_741_836,
PlatformNv = 1_073_741_837,
FwOwner = 1_073_742_144,
FwEndorsement = 1_073_742_145,
FwPlatform = 1_073_742_146,
FwNull = 1_073_742_147,
SvnOwnerBase = 1_073_807_360,
SvnEndorsementBase = 1_073_872_896,
SvnPlatformBase = 1_073_938_432,
SvnNullBase = 1_074_003_968,
}