Searched defs:HardwareInfo (Results 1 – 3 of 3) sorted by relevance
41 pub struct HardwareInfo { struct42 pub version_number: i32,43 pub rpc_author_name: String,44 pub supported_eek_curve: EekCurve,45 pub unique_id: Option<String>,46 pub supported_num_keys_in_csr: i32,
194 pub struct HardwareInfo { struct201 // The `timestamp_token_required` field in `KeyMintHardwareInfo` is skipped here because it gets argument264 hw_info: HardwareInfo, in new()
114 pub(crate) fn get_rpc_hardware_info(&self) -> Result<HardwareInfo, Error> { in get_rpc_hardware_info()