Home
last modified time | relevance | path

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

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