Lines Matching refs:SecurityLevel
34 KeyMintHardwareInfo::KeyMintHardwareInfo, SecurityLevel::SecurityLevel,
91 uuid_by_sec_level: HashMap<SecurityLevel, Uuid>,
97 sec_level: &SecurityLevel, in dev_by_sec_level() argument
115 fn insert(&mut self, sec_level: SecurityLevel, dev: Asp, hw_info: KeyMintHardwareInfo) { in insert() argument
126 devices_by_sec_level: HashMap<SecurityLevel, Asp>,
130 fn dev_by_sec_level(&self, sec_level: &SecurityLevel) -> Option<Asp> { in dev_by_sec_level()
134 fn insert(&mut self, sec_level: SecurityLevel, dev: Asp) { in insert() argument
187 fn connect_keymint(security_level: &SecurityLevel) -> Result<(Asp, KeyMintHardwareInfo)> { in connect_keymint()
192 SecurityLevel::TRUSTED_ENVIRONMENT => { in connect_keymint()
199 SecurityLevel::STRONGBOX => { in connect_keymint()
261 security_level: &SecurityLevel, in get_keymint_device() argument
347 fn connect_remotely_provisioned_component(security_level: &SecurityLevel) -> Result<Asp> { in connect_remotely_provisioned_component()
352 SecurityLevel::TRUSTED_ENVIRONMENT => { in connect_remotely_provisioned_component()
359 SecurityLevel::STRONGBOX => { in connect_remotely_provisioned_component()
383 pub fn get_remotely_provisioned_component(security_level: &SecurityLevel) -> Result<Asp> { in get_remotely_provisioned_component()