pub type TpmiEccKeyExchangeValue = TpmiEccKeyExchange;
#[repr(u16)]pub enum TpmiEccKeyExchangeValue { None = 0, Ecdh = 25, Ecmqv = 29, Sm2 = 27, }