Searched defs:HardwareInfo (Results 1 – 3 of 3) sorted by relevance
55 pub struct HardwareInfo { struct56 pub version_number: i32,57 pub rpc_author_name: String,58 pub supported_eek_curve: EekCurve,59 pub unique_id: Option<String>,60 pub supported_num_keys_in_csr: i32,
210 pub struct HardwareInfo { struct222 // The `timestamp_token_required` field in `KeyMintHardwareInfo` is skipped here because it gets argument297 hw_info: HardwareInfo, in new()
135 pub(crate) fn get_rpc_hardware_info(&self) -> Result<HardwareInfo, Error> { in get_rpc_hardware_info()