pub type TpmHtValue = TpmHt;Aliased Type§
#[repr(u8)]pub enum TpmHtValue {
Pcr = 0,
NvIndex = 1,
HmacSession = 2,
PolicySession = 3,
ExternalNv = 17,
PermanentNv = 18,
Permanent = 64,
Transient = 128,
Persistent = 129,
Ac = 144,
}