Home
last modified time | relevance | path

Searched defs:HardwareInfo (Results 1 – 3 of 3) sorted by relevance

/system/keymint/wire/src/
Drpc.rs41 pub struct HardwareInfo { struct
42 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,
/system/keymint/ta/src/
Dlib.rs194 pub struct HardwareInfo { struct
201 // The `timestamp_token_required` field in `KeyMintHardwareInfo` is skipped here because it gets argument
264 hw_info: HardwareInfo, in new()
Drkp.rs114 pub(crate) fn get_rpc_hardware_info(&self) -> Result<HardwareInfo, Error> { in get_rpc_hardware_info()