/trusty/user/app/keymint/generic_access_policy/ |
D | lib.rs | 19 use tipc::Uuid; 21 const ACCESSIBLE_UUIDS: [Uuid; 4] = [ 23 Uuid::new(0x38ba0cdc, 0xdf0e, 0x11e4, [0x98, 0x69, 0x23, 0x3f, 0xb6, 0xae, 0x47, 0x95]), 25 Uuid::new(0x7dee2364, 0xc036, 0x425b, [0xb0, 0x86, 0xdf, 0x0f, 0x6c, 0x23, 0x3c, 0x1b]), 27 Uuid::new(0xf3ba7629, 0xe8cc, 0x44a0, [0x88, 0x4d, 0xf9, 0x16, 0xf7, 0x03, 0xa2, 0x00]), 29 Uuid::new(0xd322eec9, 0x6d03, 0x49fa, [0x82, 0x1c, 0x1c, 0xcd, 0x27, 0x05, 0x71, 0x9c]), 32 pub fn keymint_check_target_access_policy(uuid: &Uuid) -> bool { in keymint_check_target_access_policy() 39 pub fn keymint_check_secure_target_access_policy_provisioning(_uuid: &Uuid) -> bool { in keymint_check_secure_target_access_policy_provisioning()
|
/trusty/user/app/sample/hwcryptohal/server/ |
D | hwcrypto_device_key.rs | 36 use tipc::Uuid; 62 Uuid = -65537, 70 uuid: Uuid, 77 uuid: Uuid, 87 fn new_current(uuid: Uuid) -> Result<Self, HwCryptoError> { in new_current() 93 fn new_current_encrypted(uuid: Uuid) -> Result<Vec<u8>, HwCryptoError> { in new_current_encrypted() 154 (VersionContextCoseLabels::Uuid as i64) => self.uuid.to_string(), in to_cbor_value() 162 let mut uuid: Option<Uuid> = None; in from_cbor_value() 168 VersionContextCoseLabels::Uuid => { in from_cbor_value() 171 let parsed_uuid = Uuid::new_from_string(&uuid_str) in from_cbor_value() [all …]
|
D | hwcrypto_ipc_server.rs | 23 use tipc::{Manager, PortCfg, Uuid}; 27 fn create_device_key_service(uuid: Uuid) -> Option<SpIBinder> { in create_device_key_service()
|
/trusty/user/base/lib/tipc/rust/src/ |
D | service.rs | 233 pub struct Uuid(trusty_sys::uuid); struct 235 impl Uuid { impl 250 Uuid(trusty_sys::uuid { time_low, time_mid, time_hi_and_version, clock_seq_and_node }) 257 Uuid(uuid) 343 impl fmt::Debug for Uuid { implementation 360 impl alloc::string::ToString for Uuid { implementation 387 peer: &Uuid, in on_connect() argument 421 peer: &Uuid, in on_connect() argument 457 peer: &Uuid, in on_connect() argument 547 peer: &$crate::Uuid, [all …]
|
D | lib.rs | 44 pub use service::{Dispatcher, Manager, PortCfg, Service, UnbufferedService, Uuid};
|
/trusty/user/app/sample/hwwsk/ |
D | main.rs | 20 use tipc::{ConnectResult, Handle, Manager, MessageResult, PortCfg, Service, Uuid}; 33 _peer: &Uuid, in on_connect() argument
|
/trusty/user/app/secretkeeper/ |
D | lib.rs | 29 Serialize, Serializer, TipcError, Uuid, 128 peer: &Uuid, in on_connect() argument 162 peer: &Uuid, in on_connect() argument 195 peer: &Uuid, in on_connect() argument
|
/trusty/user/app/sample/rust-hello-world/ |
D | lib.rs | 21 Service, TipcError, Uuid, 120 _peer: &Uuid, in on_connect() argument
|
/trusty/user/base/lib/unittest-rust/src/ |
D | lib.rs | 37 ConnectResult, Handle, Manager, MessageResult, PortCfg, Serialize, Serializer, Service, Uuid, 194 _peer: &Uuid, in on_connect() argument
|
/trusty/user/app/keymint/ |
D | ipc_manager.rs | 41 Serialize, Serializer, Service, TipcError, Uuid, 66 uuid: Uuid, 132 peer: &Uuid, in on_connect() argument 399 peer: &Uuid, in on_connect() argument 497 peer: &Uuid, in on_connect() argument
|