Home
last modified time | relevance | path

Searched refs:KM_SEC_TIPC_SRV_PORT (Results 1 – 2 of 2) sorted by relevance

/trusty/user/app/keymint/unauthorized_test_app/
Dlib.rs31 const KM_SEC_TIPC_SRV_PORT: &str = "com.android.trusty.keymaster.secure"; in test_access_policy_unauthorized() constant
33 let port2 = CString::try_new(KM_SEC_TIPC_SRV_PORT).unwrap(); in test_access_policy_unauthorized()
/trusty/user/app/keymint/
Dipc_manager.rs48 const KM_SEC_TIPC_SRV_PORT: &str = "com.android.trusty.keymaster.secure"; constant
588 let cfg = PortCfg::new(KM_SEC_TIPC_SRV_PORT) in handle_port_connections()
593 KM_SEC_TIPC_SRV_PORT, in handle_port_connections()
652 let port2 = CString::try_new(KM_SEC_TIPC_SRV_PORT).unwrap(); in connection_test()
666 let port = CString::try_new(KM_SEC_TIPC_SRV_PORT).unwrap(); in test_access_policy()
777 let port = CString::try_new(KM_SEC_TIPC_SRV_PORT).unwrap(); in set_attestation_ids_secure()