Searched refs:security_level (Results 1 – 6 of 6) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/ |
D | GapSecSemTest.py | 125 security_level): argument 159 pair_result = central.sl4f.bts_lib.pair(identifier, security_level, 170 pair_result = peripheral.sl4f.bts_lib.pair(did, security_level, 207 security_level = 1 # Encrypted 211 security_level) 217 security_level = 2 # Authenticated 221 security_level) 227 security_level = 1 # Encrypted 231 security_level) 237 security_level = 2 # Authenticated [all …]
|
/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/ |
D | device_info.rs | 26 let mut security_level = FieldValue::new("security_level"); in from_cbor_values() localVariable 44 Some("security_level") => &mut security_level, in from_cbor_values() 62 let security_level = match security_level.into_optional_string()? { in from_cbor_values() localVariable 80 security_level, in from_cbor_values() 96 if Some(DeviceInfoSecurityLevel::Avf) == self.security_level { in validate() 161 security_level: Some(DeviceInfoSecurityLevel::Tee), in from_cbor_values_valid_v2() 185 security_level: Some(DeviceInfoSecurityLevel::Tee), in device_info_from_cbor_values_valid_v3() 300 security_level: Some(DeviceInfoSecurityLevel::Avf), in device_info_from_cbor_values_avf_security_level_has_avf_fields()
|
D | csr.rs | 236 security_level: Some(DeviceInfoSecurityLevel::Tee), in test_device_info()
|
/tools/security/remote_provisioning/hwtrust/src/rkp/ |
D | device_info.rs | 39 pub security_level: Option<DeviceInfoSecurityLevel>, field 46 let security_level: &dyn fmt::Debug = self.security_level.as_ref().map_or(&"<none>", |s| s); in fmt() localVariable 63 .field("security_level", security_level) in fmt()
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/ep/ |
D | BtFuchsiaEPTest.py | 172 security_level = "ENCRYPTED" 175 self.pri_dut.sl4f.bts_lib.pair(device["id"], security_level, 273 security_level = "NONE" 277 security_level, bondable,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | bluetooth_device.py | 350 def init_pair(self, peer_identifier, security_level, non_bondable, argument 805 def init_pair(self, peer_identifier, security_level, non_bondable, argument 1432 def init_pair(self, peer_identifier, security_level, non_bondable, argument 1462 self.device.sl4f.bts_lib.pair(peer_identifier, security_level,
|